-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
51 lines (43 loc) · 919 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
*.rbc
capybara-*.html
/log
/tmp
/db/*.sqlite3
/public/system
/coverage/
/spec/tmp
**.orig
rerun.txt
pickle-email-*.html
config/initializers/secret_token.rb
config/initializers/sidekiq.rb
config/initializers/better_errors.rb
config/database.yml
config/secrets.yml
config/google_drive.json
config/puma.rb
/public/uploads
/public/404.html
/public/500.html
/public/422.html
/public/relatorios/*
!/public/relatorios/.keep
## Environment normalisation:
/.bundle
/vendor/bundle
# these should all be checked in to normalise the environment:
# Gemfile.lock, .ruby-gemset
Gemfile.lock
vendor/assets/javascripts/plugins.js
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc
*.swm
# rbenv ruby version file
.ruby-gemset
db/structure.sql
# File to backport support new postgres to rails 4
config/initializers/backport_pg_10_support_to_rails_4.rb
# Optinal plugins
Gemfile.plugins
# Setup
.setup