forked from catima/catima
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
82 lines (62 loc) · 1.18 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
70
71
72
73
74
75
76
77
78
79
80
81
82
# Docker
docker/.env
supervisord.log
supervisord.pid
# Ignore bundler config.
/.bundle
# Ignore all logfiles and tempfiles.
/log/*.log
/log/*.log.*
/tmp
# Ignore private notes
/_notes
# Ignore test reports
/brakeman-output.*
/coverage
# Ignore results of `rake assets:precompile`.
/public/assets/
# Never check passwords into source control!
/config/database.yml
/.env
# Ignore the js locale files
/app/assets/i18n/*
!/app/assets/i18n/.keep
# Ignore the geo layers file
/config/geo_layers.yml
# Ignore the domains file
/config/domains.yml
# Ignore refile uploads
/public/system/
# Ignore catalog-specific overrides
/catalogs/
/public/upload/
/public/thumbs/
# Ignore generated documentation
/public/doc/
# Ignore RSpec internal files
spec/examples.txt
# Ignore exports except test files
/exports/*
!/exports/1_one.test
!/exports/2_two.test
# Ignore RubyMine files
.idea
# Ignore Windows files
dump.rdb
# Ignore Swagger generated file
/swagger/v3/*
!/swagger/v3/.keep
# Ignore IDE config
.editorconfig
# Ignore byebug history
.byebug_history
# Other
/public/packs
/public/packs-test
/node_modules
yarn-debug.log*
/yarn-error.log
.yarn-error.log
.yarn-integrity
.ruby-gemset
/vendor/bundle