update gems
[oni_sorceress.git] / .gitignore
blobc13178d65102f2d8745119f54227ffc81cb34141
1 # See https://help.github.com/articles/ignoring-files for more about ignoring files.
3 # Temporary files generated by your text editor or operating system
4 # belong in git's global ignore instead:
5 # `$XDG_CONFIG_HOME/git/ignore` or `~/.config/git/ignore`
7 # Ignore bundler config.
8 /.bundle
10 # Ignore all environment files.
11 /.env*
13 # Ignore all logfiles and tempfiles.
14 /log/*
15 /tmp/*
16 !/log/.keep
17 !/tmp/.keep
19 # Ignore pidfiles, but keep the directory.
20 /tmp/pids/*
21 !/tmp/pids/
22 !/tmp/pids/.keep
24 # Ignore storage (uploaded files in development and any SQLite databases).
25 /storage/*
26 !/storage/.keep
27 /tmp/storage/*
28 !/tmp/storage/
29 !/tmp/storage/.keep
31 /public/assets
33 # Ignore master key for decrypting credentials and more.
34 /config/master.key
36 /app/assets/builds/*
37 !/app/assets/builds/.keep
39 /node_modules
41 /coverage