site

Website's source files.
git clone git://git.ryanmj.xyz/site.git
Log | Files | Refs | LICENSE

.gitignore (6527B)


      1 
      2 # Created by https://www.toptal.com/developers/gitignore/api/emacs
      3 # Edit at https://www.toptal.com/developers/gitignore?templates=emacs
      4 
      5 ### Emacs ###
      6 # -*- mode: gitignore; -*-
      7 *~
      8 \#*\#
      9 /.emacs.desktop
     10 /.emacs.desktop.lock
     11 *.elc
     12 auto-save-list
     13 tramp
     14 .\#*
     15 
     16 # Org-mode
     17 .org-id-locations
     18 *_archive
     19 ltximg/**
     20 
     21 # flymake-mode
     22 *_flymake.*
     23 
     24 # eshell files
     25 /eshell/history
     26 /eshell/lastdir
     27 
     28 # elpa packages
     29 /elpa/
     30 
     31 # reftex files
     32 *.rel
     33 
     34 # AUCTeX auto folder
     35 /auto/
     36 
     37 # cask packages
     38 .cask/
     39 dist/
     40 
     41 # Flycheck
     42 flycheck_*.el
     43 
     44 # server auth directory
     45 /server/
     46 
     47 # projectiles files
     48 .projectile
     49 
     50 # directory configuration
     51 .dir-locals.el
     52 
     53 # network security
     54 /network-security.data
     55 
     56 
     57 # End of https://www.toptal.com/developers/gitignore/api/emacs
     58 
     59 res/
     60 public/res/
     61 public/files/
     62 files/
     63 
     64 
     65 # Created by https://www.toptal.com/developers/gitignore/api/node
     66 # Edit at https://www.toptal.com/developers/gitignore?templates=node
     67 
     68 ### Node ###
     69 # Logs
     70 logs
     71 *.log
     72 npm-debug.log*
     73 yarn-debug.log*
     74 yarn-error.log*
     75 lerna-debug.log*
     76 .pnpm-debug.log*
     77 
     78 # Diagnostic reports (https://nodejs.org/api/report.html)
     79 report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
     80 
     81 # Runtime data
     82 pids
     83 *.pid
     84 *.seed
     85 *.pid.lock
     86 
     87 # Directory for instrumented libs generated by jscoverage/JSCover
     88 lib-cov
     89 
     90 # Coverage directory used by tools like istanbul
     91 coverage
     92 *.lcov
     93 
     94 # nyc test coverage
     95 .nyc_output
     96 
     97 # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
     98 .grunt
     99 
    100 # Bower dependency directory (https://bower.io/)
    101 bower_components
    102 
    103 # node-waf configuration
    104 .lock-wscript
    105 
    106 # Compiled binary addons (https://nodejs.org/api/addons.html)
    107 build/Release
    108 
    109 # Dependency directories
    110 node_modules/
    111 jspm_packages/
    112 
    113 # Snowpack dependency directory (https://snowpack.dev/)
    114 web_modules/
    115 
    116 # TypeScript cache
    117 *.tsbuildinfo
    118 
    119 # Optional npm cache directory
    120 .npm
    121 
    122 # Optional eslint cache
    123 .eslintcache
    124 
    125 # Optional stylelint cache
    126 .stylelintcache
    127 
    128 # Microbundle cache
    129 .rpt2_cache/
    130 .rts2_cache_cjs/
    131 .rts2_cache_es/
    132 .rts2_cache_umd/
    133 
    134 # Optional REPL history
    135 .node_repl_history
    136 
    137 # Output of 'npm pack'
    138 *.tgz
    139 
    140 # Yarn Integrity file
    141 .yarn-integrity
    142 
    143 # dotenv environment variable files
    144 .env
    145 .env.development.local
    146 .env.test.local
    147 .env.production.local
    148 .env.local
    149 
    150 # parcel-bundler cache (https://parceljs.org/)
    151 .cache
    152 .parcel-cache
    153 
    154 # Next.js build output
    155 .next
    156 out
    157 
    158 # Nuxt.js build / generate output
    159 .nuxt
    160 dist
    161 
    162 # Gatsby files
    163 .cache/
    164 # Comment in the public line in if your project uses Gatsby and not Next.js
    165 # https://nextjs.org/blog/next-9-1#public-directory-support
    166 # public
    167 
    168 # vuepress build output
    169 .vuepress/dist
    170 
    171 # vuepress v2.x temp and cache directory
    172 .temp
    173 
    174 # Docusaurus cache and generated files
    175 .docusaurus
    176 
    177 # Serverless directories
    178 .serverless/
    179 
    180 # FuseBox cache
    181 .fusebox/
    182 
    183 # DynamoDB Local files
    184 .dynamodb/
    185 
    186 # TernJS port file
    187 .tern-port
    188 
    189 # Stores VSCode versions used for testing VSCode extensions
    190 .vscode-test
    191 
    192 # yarn v2
    193 .yarn/cache
    194 .yarn/unplugged
    195 .yarn/build-state.yml
    196 .yarn/install-state.gz
    197 .pnp.*
    198 
    199 ### Node Patch ###
    200 # Serverless Webpack directories
    201 .webpack/
    202 
    203 # Optional stylelint cache
    204 
    205 # SvelteKit build / generate output
    206 .svelte-kit
    207 
    208 # End of https://www.toptal.com/developers/gitignore/api/node
    209 # Typescript output directory.
    210 bin/
    211 views/partials/content
    212 
    213 
    214 # Created by https://www.toptal.com/developers/gitignore/api/rails,ruby
    215 # Edit at https://www.toptal.com/developers/gitignore?templates=rails,ruby
    216 
    217 ### Rails ###
    218 *.rbc
    219 capybara-*.html
    220 .rspec
    221 /db/*.sqlite3
    222 /db/*.sqlite3-journal
    223 /db/*.sqlite3-[0-9]*
    224 /public/system
    225 /coverage/
    226 /spec/tmp
    227 *.orig
    228 rerun.txt
    229 pickle-email-*.html
    230 
    231 # Ignore all logfiles and tempfiles.
    232 /log/*
    233 /tmp/*
    234 !/log/.keep
    235 !/tmp/.keep
    236 
    237 # TODO Comment out this rule if you are OK with secrets being uploaded to the repo
    238 config/initializers/secret_token.rb
    239 config/master.key
    240 
    241 # Only include if you have production secrets in this file, which is no longer a Rails default
    242 # config/secrets.yml
    243 
    244 # dotenv, dotenv-rails
    245 # TODO Comment out these rules if environment variables can be committed
    246 .env
    247 .env*.local
    248 
    249 ## Environment normalization:
    250 /.bundle
    251 /vendor/bundle
    252 
    253 # these should all be checked in to normalize the environment:
    254 # Gemfile.lock, .ruby-version, .ruby-gemset
    255 
    256 # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
    257 .rvmrc
    258 
    259 # if using bower-rails ignore default bower_components path bower.json files
    260 /vendor/assets/bower_components
    261 *.bowerrc
    262 bower.json
    263 
    264 # Ignore pow environment settings
    265 .powenv
    266 
    267 # Ignore Byebug command history file.
    268 .byebug_history
    269 
    270 # Ignore node_modules
    271 node_modules/
    272 
    273 # Ignore precompiled javascript packs
    274 /public/packs
    275 /public/packs-test
    276 /public/assets
    277 
    278 # Ignore yarn files
    279 /yarn-error.log
    280 yarn-debug.log*
    281 .yarn-integrity
    282 
    283 # Ignore uploaded files in development
    284 /storage/*
    285 !/storage/.keep
    286 /public/uploads
    287 
    288 ### Ruby ###
    289 *.gem
    290 /.config
    291 /InstalledFiles
    292 /pkg/
    293 /spec/reports/
    294 /spec/examples.txt
    295 /test/tmp/
    296 /test/version_tmp/
    297 /tmp/
    298 
    299 # Used by dotenv library to load environment variables.
    300 # .env
    301 
    302 # Ignore Byebug command history file.
    303 
    304 ## Specific to RubyMotion:
    305 .dat*
    306 .repl_history
    307 build/
    308 *.bridgesupport
    309 build-iPhoneOS/
    310 build-iPhoneSimulator/
    311 
    312 ## Specific to RubyMotion (use of CocoaPods):
    313 #
    314 # We recommend against adding the Pods directory to your .gitignore. However
    315 # you should judge for yourself, the pros and cons are mentioned at:
    316 # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
    317 # vendor/Pods/
    318 
    319 ## Documentation cache and generated files:
    320 /.yardoc/
    321 /_yardoc/
    322 /doc/
    323 /rdoc/
    324 
    325 /.bundle/
    326 /lib/bundler/man/
    327 
    328 # for a library or gem, you might want to ignore these files since the code is
    329 # intended to run in multiple environments; otherwise, check them in:
    330 # Gemfile.lock
    331 # .ruby-version
    332 # .ruby-gemset
    333 
    334 # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
    335 
    336 # Used by RuboCop. Remote config files pulled in from inherit_from directive.
    337 # .rubocop-https?--*
    338 
    339 # End of https://www.toptal.com/developers/gitignore/api/rails,ruby
    340 
    341 
    342 # Created by https://www.toptal.com/developers/gitignore/api/yarn
    343 # Edit at https://www.toptal.com/developers/gitignore?templates=yarn
    344 
    345 ### yarn ###
    346 # https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
    347 
    348 .yarn/*
    349 !.yarn/releases
    350 !.yarn/patches
    351 !.yarn/plugins
    352 !.yarn/sdks
    353 !.yarn/versions
    354 
    355 # if you are NOT using Zero-installs, then:
    356 # comment the following lines
    357 !.yarn/cache
    358 
    359 # and uncomment the following lines
    360 # .pnp.*
    361 
    362 /app/javascript/generated/
    363 /app/assets/images
    364 /public/favicon32x32.ico
    365 # End of https://www.toptal.com/developers/gitignore/api/yarn
    366 
    367 /app/orgs