tilde.news/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

49 lines
825 B
Plaintext
Raw Permalink Normal View History

# If you find yourself ignoring temporary files generated by your editor
# or operating system, you probably want to add a global ignore instead:
2013-12-30 22:29:00 +00:00
# git config --global core.excludesfile '~/.gitignore_global'
# local bundler config
/.bundle
# default databases
/db/*.sqlite3
2013-12-30 22:29:00 +00:00
/db/*.sqlite3-journal
2012-07-11 22:20:43 +00:00
/db/sphinx
# log and tmpfiles
.byebug*
/log
/tmp
yarn-error.log
yarn.lock
2012-07-01 18:33:27 +00:00
# vendored
node_modules/
2012-07-01 18:33:27 +00:00
vendor/bundle
# compiled output
coverage/
2012-07-01 18:33:27 +00:00
public/assets
2021-10-27 02:21:43 +00:00
# let's encrypt
public/.well-known
# cache
2017-08-05 15:33:24 +00:00
public/avatars
public/sitemap*
# prod config
config/credentials.yml.enc
2021-09-29 18:31:32 +00:00
# files added in production
lib/tasks/deploy.rake
config/database.yml
config/initializers/development.rb
config/initializers/production.rb
config/master.key
config/scout_apm.yml
config/*.sphinx.conf
config/unicorn.conf.rb
2021-09-29 18:31:32 +00:00
config/scout_apm.yml
.env