forked from ontoportal/ontoportal_web_ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
57 lines (49 loc) · 801 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
52
53
54
55
56
57
*.rbc
*.sassc
.sass-cache
capybara-*.html
.rspec
/.bundle
/vendor/bundle
/log/*
/tmp/*
/db/*.sqlite3
/public/flex/*
/public/system/*
/coverage/
/spec/tmp/*
**.orig
rerun.txt
pickle-email-*.html
config/bioportal_config*.rb
config/database.yml
config/deploy/*
config/locales/en.rb
config/secrets.yml
**.DS_Store
/public/**/cache/**
/public/umls/*
/public/assets/
nohup.out
.ruby-version
# Ignore editor files
.idea
*.swp
.rbenv-gemsets
.tags
.tags_sorted_by_file
node_modules
.env
config/site_config.rb
docker-sync.yml
.docker-sync/daemon.log
.docker-sync/daemon.pid
/app/assets/builds/*
!/app/assets/builds/.keep
/node_modules
# Encryption keys
/config/master.key
/config/credentials/development.key
/config/credentials/test.key
/config/credentials/staging.key
/config/credentials/appliance.key