forked from DMPRoadmap/roadmap
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
96 lines (73 loc) · 1.41 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
# Ignore rbenv files
.ruby-version
# Ignore bundler config
/.bundle
# Ignore all logfiles, tempfiles, public assets,
/log/*.log
/tmp
# Ignore PO/POT backups
*.po.bak
*.pot.bak
# Ignore branded content
#app/views/branded/*
#app/assets
#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 IDE files
.idea/*
.vscode
# 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
.env
.env.sample
package-lock.json
node_modules
/public/packs
/public/packs-test
/public/tinymce
/public/fonts
/public/locales
spec/examples.txt
.postcssrc.yml
reset.sh
# Ignore master key for decrypting credentials and more.
/config/master.key
/config/credentials.yml.enc
/config/database.yml
yarn-error.log
yarn-debug.log*
.yarn-integrity
/app/assets/builds/*
!/app/assets/builds/.keep
# Ignore briley AWS cloud9 script to start the application
cloud9-start.sh
# React submodule
app/javascript/dmp_opidor_react
puma.pid
!/directus/**/*