Add 'apps/arv-web/' from commit 'f9732ad8460d013c2f28363655d0d1b91894dca5'
[arvados.git] / apps / workbench / .gitignore
1 # Ignore the default SQLite database.
2 /db/*.sqlite3
3
4 # Ignore all logfiles and tempfiles.
5 /log/*.log
6 /tmp
7
8 /config/.secret_token
9 /config/initializers/secret_token.rb
10
11 /public/assets
12
13 /config/environments/development.rb
14 /config/environments/production.rb
15 /config/application.yml
16
17 # Workbench doesn't need one anyway, so this shouldn't come up, but...
18 /config/database.yml
19
20 /config/piwik.yml
21
22 # Capistrano files are coming from another repo
23 /Capfile*
24 /config/deploy*
25
26 # Themes are coming from another repo
27 /themes/*
28
29 # This can be a symlink to ../../../doc/.site in dev setups
30 /public/doc
31
32 # SimpleCov reports
33 /coverage
34
35 # Dev/test SSL certificates
36 /self-signed.key
37 /self-signed.pem