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