15964: Remove qr1hi from a few more places. Delete unused includes.
[arvados.git] / services / api / .gitignore
1 # Ignore the default SQLite database.
2 /db/*.sqlite3
3
4 # Ignore all logfiles and tempfiles.
5 /log
6 /tmp
7
8 # Sensitive files and local configuration
9 /config/database.yml
10 /config/initializers/omniauth.rb
11 /config/application.yml
12
13 # asset cache
14 /public/assets/
15
16 /config/environments/development.rb
17 /config/environments/production.rb
18 /config/environments/test.rb
19
20 # Capistrano files are coming from another repo
21 /Capfile*
22 /config/deploy*
23
24 # SimpleCov reports
25 /coverage
26
27 # Dev/test SSL certificates
28 /self-signed.key
29 /self-signed.pem
30
31 # Generated git-commit.version file
32 /git-commit.version
33
34 # Generated when building distribution packages
35 /package-build.version
36
37 # Debugger history
38 .byebug_history