Merge branch 'master' into 2505-update-docs
[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 /tmp
7
8 # Sensitive files and local configuration
9 /config/api.clinicalfuture.com.*
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