forked from seek4science/seek
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
72 lines (58 loc) · 981 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
syntax: glob
.redcar/
.idea/
data.sql
db/*.sqlite3
db/*.sqlite3-journal
config/database.yml
config/initializers/seek_local.rb
config/environment_local.rb
config/virtuoso_settings.yml
config/initializers/taverna_server.rb
*.DS_Store
log/*.log*
filestore*/
debug.log
.project
.buildpath
tmp/pids/*
tmp/cache/*
tmp/avatars/*
tmp/models/*
tmp/model_images/*
tmp/restart.txt
tmp/profile-*
tmp/test_content_blobs/*
tmp/rdf/
tmp/*.csv
tmp/*.zip
tmp/zip-files
tmp/testing-filestore
tmp/testing-seek-cache
*.tmp*
*~
solr/production/
solr/development/
solr/test/
solr/data/
solr/pids/
solr/default/
public/help_images/*
public/javascripts/*_cached.js
public/stylesheets/*_cached.css
public/system/
public/assets/
public/assets_dev/
.bundle/config
vendor/plugins/annotations/.git
vendor/bundle/
vendor/cache/
*.~lock*
syntax: regexp
\.orig$
\.orig\..*$
\.chg\..*$
\.rej$
\Thumbs\.db$
db-dump.sql
coverage/