-
Notifications
You must be signed in to change notification settings - Fork 27
/
.gitignore
89 lines (82 loc) · 1.82 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
# See http://help.github.com/ignore-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.
/log/*
/tmp
!/tmp/cache/
.sass-cache/
# Ignore guard (which is an auto-tester):
Guardfile
# Ignore simplecov:
coverage
# Eclipse:
.metadata
# Config for servers:
config/*.env
# 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/environments/integration_local.rb
config/environments/labs1.rb
config/environments/staging_test.rb
config/environments/staging_dev_private.rb
config/environments/bocce_demo_dev.rb
config/environments/dev_cache.rb
config/environments/dev_cache_rails3.rb
config/environments/test_dev.rb
config/environments/local.rb
config/resque.yml
config/systems/
config/production.env
config/production_pro.env
config/staging.env
db/*_structure.sql
db/schema.rb
db/structure.sql
doc/app
lang/tmp.yml
public/feeds
public/*csv
public/*jsonld
public/*xml
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/*
public/uploads/datasets/*
public/uploads/images/collection_icons/*
public/resource_contributions/*json
solr/logs/*.*
# 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
nohup.out
public/*json