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