forked from acl-org/acl-anthology
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
92 lines (77 loc) · 1.75 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
#######################################
# RAILS
*.rbc
*.sassc
.sass-cache
capybara-*.html
.rspec
/log
/tmp
/db/*.sqlite3
/public/system
/coverage/
/spec/tmp
**.orig
rerun.txt
pickle-email-*.html
## Environment normalisation:
/.bundle
/vendor/bundle
# these should all be checked in to normalise the environment:
# Gemfile.lock, .ruby-version, .ruby-gemset
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc
#######################################
#xml folder for testing only
xml/
#######################################
#data folder is for indexing, should not be included
jetty/solr/blacklight-core/data
#######################################
#data import properties change every time indexing
dataimport.properties
#######################################
# SUBLIME TEXT
# workspace files are user-specific
*.sublime-workspace
# project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using SublimeText
# *.sublime-project
#######################################
# MAC OS X
.DS_Store
.AppleDouble
.LSOverride
# Icon must ends with two \r.
Icon
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
/jetty/solr/blacklight-core/data/
#######################################
# Don't commit bib files
bibexport/*.xml
# Public assets
public/assets/
#export files
export/acm/*.zip
export/acm/*.csv
export/single/*.xml
export/xml/*.xml
export/bib/*.bib
export/endf/*.endf
export/ris/*.ris
export/word/*.word
export/dblp/*.html
export/dblp/*.xml
export/mods/*.xml
# import files
# import/*.xml
# import/*.yaml
# Ignore compiled files
*.o
# Even though we'll bring our own version of bibutils, we don't need it
# inside the repository
lib/tasks/bibutils_5.9