-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitignore
115 lines (105 loc) · 2.25 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
115
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile '~/.gitignore_global'
# Ignore bundler config
.bundle
bundle_bin
# Ignore all logfiles and tempfiles. (Including logrotate backups)
log/*.log
log/*.log.*
log/*.txt
log/*gz
tmp
!tmp/cache/
.sass-cache/
# Ignore guard (which is an auto-tester):
Guardfile
# Ignore simplecov:
coverage
# Eclipse:
.metadata
# Byebug:
.byebug_history
# Older stuff:
*.bundle
*.o
*.swo
*.swp
*eol_org.rb
*~
.~*
rdoc/
eol-solr.pid
mkmf.log
extconf.h
.DS_Store
config/database.BKUP
config/deploy
config/deploy.rb
config/secrets.yml
docker/resources/secrets.yml
docker/resources/newrelic-infra.yml
docker/.env
config/resque.yml
config/systems/
config/production.env
config/production_pro.env
config/staging.env
db/*_structure.sql
db/structure.sql
doc/app
lang/tmp.yml
public/assets
public/feeds
public/*csv
public/*tsv
public/system
public/files/solr_import_file_*.csv
public/javascripts/*packaged.js
public/opensearch.xml
public/search.xml
public/falo_data.json
public/falo_mappings.json
public/stylesheets/*packaged.css
public/uploads/data_search_files/*csv
public/uploads/datasets/*csv
public/uploads/images/collection_icons/*jpg
public/uploads/images/collection_icons/*jpeg
public/uploads/images/collection_icons/*png
public/uploads/images/collection_icons/*gif
public/resource_contributions/*json
public/data
public/sitemap*
solr/logs/*.*
solr/development
solr/pids/development
solr/pids/development/*
solr/pids/development/sunspot-solr-development.pid
# This is the old one, but some people will still have it:
solr/solr/data/*
solr/data/*
# That wasn't working, and I got desperate, sooo:
solr/data/site_search/spellchecker/segments.gen
vendor/eol_org
tags
public/files/solr_import_file.csv
config/secrets.yml.enc
config/secrets.yml.key
config/locales/**/*.bak
dragonfly.log
public/packs
public/packs-test
node_modules
yarn-error.log
yarn-debug.log*
.yarn-integrity
/public/packs
/public/packs-test
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity
# Ignore master key for decrypting credentials and more.
/config/master.key