forked from DMPRoadmap/roadmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
114 lines (88 loc) · 1.8 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# Ignore rbenv files
.ruby-version
# Ignore bundler config
/.bundle
# Ignore all logfiles, tempfiles, public assets,
/log/*.log
/tmp
# Ignore public subdirectories
public/apidocs/*
public/assets/*
public/fonts/*
public/images/*
public/javascripts/*
public/stylesheets/*
public/system/*
public/videos/*
# Ignore PO/POT backups
*.po.bak
*.pot.bak
# Ignore branded content
app/views/branded/*
config/locales/static_pages/*.yml
# Ignore db schema.rb
# db/schema.rb
# Ignore seed DBs
db/data.yml
# Ignore the test DB
db/test.sqlite3
db/test.sqlite3-journal
# Ingore DB dump files
*.sql
*.psql
*.sql.gz
*.psql.gz
# Ignore the SimpleCov output
coverage
# Ignore database configuration and token secrets
config/database.yml
config/secrets.yml
config/branding.yml
# Ignore some of the initializers
config/initializers/wicked_pdf.rb
config/initializers/fingerprint.rb
# Ignore enviroments settings
#config/environments/development.rb
#config/environments/production.rb
#config/environments/test.rb
#config/initializers/contact_us.rb
# ignore IDE files
.idea/*
# Ignore MAC files
.DS_Store
# ignore yard doc files
.yardoc/*
# ignore yard generated documents
/doc/*
!/doc/README_FOR_APP
# ignore auto-generated gettext files when running gettext:find
config/locale/*/app.edit.po
config/locale/*/app.po.time_stamp
# Front-end related
!.keep
.byebug_history
lib/data_cleanup/rules/org/fix_blank_abbreviation.yml
.rspec
yarn-error.log
yarn-debug.log*
.env
package-lock.json
node_modules
/public/packs
/public/packs-test
spec/examples.txt
.postcssrc.yml
/public/packs
/public/packs-test
/node_modules
yarn-debug.log*
.yarn-integrity
# Ignore master key for decrypting credentials and more.
/config/master.key
/config/credentials.yml.enc
/public/packs
/public/packs-test
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity