4ad5e10faa46b96222d4291596d2f47f686bf18c
[arvados.git] / services / api / .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 # Sensitive files and local configuration
10 /config/database.yml
11 /config/initializers/omniauth.rb
12 /config/application.yml
13
14 # asset cache
15 /public/assets/
16
17 /config/environments/development.rb
18 /config/environments/production.rb
19 /config/environments/test.rb
20
21 # Capistrano files are coming from another repo
22 /Capfile*
23 /config/deploy*
24
25 # SimpleCov reports
26 /coverage
27
28 # Dev/test SSL certificates
29 /self-signed.key
30 /self-signed.pem