-
Notifications
You must be signed in to change notification settings - Fork 45
/
.gitignore
69 lines (57 loc) · 1.12 KB
/
.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
*.rbc
capybara-*.html
/log
/coverage
/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
.idea
## 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
# Docker
docker-compose.override.yml
# Packages
/packages/*
/public/packs
/public/packs-test
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity
# Carrierwave
config/initializers/custom_carrierwave.rb