fix Atom feed and fs article
[oni_sorceress.git] / .gitignore
blob15299c952b5e890b2fa3435bf1ffa1556cb0d7dc
1 # See https://help.github.com/articles/ignoring-files for more about ignoring files.
3 # If you find yourself ignoring temporary files generated by your text editor
4 # or operating system, you probably want to add a global ignore instead:
5 #   git config --global core.excludesfile '~/.gitignore_global'
7 # Ignore bundler config.
8 /.bundle
10 # Ignore the default SQLite database.
11 /db/*.sqlite3
12 /db/*.sqlite3-journal
14 # Ignore all logfiles and tempfiles.
15 /log/*
16 /tmp/*
17 !/log/.keep
18 !/tmp/.keep
20 # Ignore uploaded files in development.
21 /storage/*
22 !/storage/.keep
24 /public/assets
25 .byebug_history
27 # Ignore master key for decrypting credentials and more.
28 /config/master.key
31 /.env
32 /_rsync_cache
33 /content
34 /public/images
35 /public/media
37 /public/packs
38 /public/packs-test
39 /node_modules
40 /yarn-error.log
41 yarn-debug.log*
42 .yarn-integrity
44 /config/database.yml
45 /coverage