tilde.news/.gitignore

45 lines
994 B
Plaintext
Raw Normal View History

2013-12-30 22:29:00 +00:00
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text 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'
2013-12-30 22:29:00 +00:00
# Ignore bundler config.
/.bundle
# Ignore the default SQLite database.
/db/*.sqlite3
2013-12-30 22:29:00 +00:00
/db/*.sqlite3-journal
2012-07-11 22:20:43 +00:00
/db/sphinx
# Ignore all logfiles and tempfiles.
/log
/tmp
2012-07-01 18:33:27 +00:00
vendor/bundle
public/assets
2017-08-05 15:33:24 +00:00
public/avatars
public/sitemap*
node_modules/
yarn-error.log
yarn.lock
2018-06-13 14:57:45 +00:00
.byebug*
# templates to be created per-site
app/views/home/privacy.*
app/views/home/about.*
2015-10-11 17:53:48 +00:00
app/views/home/chat.*
2017-04-17 17:19:41 +00:00
app/views/home/404.*
app/views/layouts/_footer.*
app/assets/stylesheets/local/*
public/favicon.ico
public/apple-touch-icon*
# files added in production
lib/tasks/deploy.rake
config/initializers/production.rb
config/database.yml
config/initializers/secret_token.rb
config/*.sphinx.conf
config/unicorn.conf.rb