Adds additional .gitignore entries
[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 /log/*.log.gz
7 /tmp
8
9 /config/.secret_token
10 /config/initializers/secret_token.rb
11
12 /public/assets
13
14 /config/environments/development.rb
15 /config/environments/production.rb
16 /config/application.yml
17
18 # Workbench doesn't need one anyway, so this shouldn't come up, but...
19 /config/database.yml
20
21 /config/piwik.yml
22
23 # Capistrano files are coming from another repo
24 /Capfile*
25 /config/deploy*
26
27 # Themes are coming from another repo
28 /themes/*
29
30 # This can be a symlink to ../../../doc/.site in dev setups
31 /public/doc
32
33 # SimpleCov reports
34 /coverage
35
36 # Dev/test SSL certificates
37 /self-signed.key
38 /self-signed.pem
39
40 # Generated git-commit.version file
41 /git-commit.version