Merge branch 'master' into 2257-inequality-conditions
[arvados.git] / apps / workbench / .gitignore
1 # See http://help.github.com/ignore-files/ for more about ignoring files.
2 #
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
6
7 # Ignore bundler config
8 /.bundle
9
10 # Ignore the default SQLite database.
11 /db/*.sqlite3
12
13 # Ignore all logfiles and tempfiles.
14 /log/*.log
15 /tmp
16
17 /config/.secret_token
18 /config/initializers/secret_token.rb
19
20 /public/assets
21
22 /config/environments/development.rb
23 /config/environments/test.rb
24 /config/environments/production.rb
25 /config/application.yml
26
27 /config/piwik.yml
28
29 # editor backup files
30 *~
31
32 # Capistrano files are coming from another repo
33 /Capfile*
34 /config/deploy*
35
36 # Themes are coming from another repo
37 /themes/*