21700: Install Bundler system-wide in Rails postinst
[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/application.yml
11
12 # asset cache
13 /public/assets/
14
15 /config/environments/development.rb
16 /config/environments/production.rb
17 /config/environments/test.rb
18
19 # Capistrano files are coming from another repo
20 /Capfile*
21 /config/deploy*
22
23 # SimpleCov reports
24 /coverage
25
26 # Dev/test SSL certificates
27 /self-signed.key
28 /self-signed.pem
29
30 # Generated git-commit.version file
31 /git-commit.version
32
33 # Generated when building distribution packages
34 /package-build.version
35
36 # Debugger history
37 .byebug_history