-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
82 lines (75 loc) · 1.46 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
# Specific locations within VuFind #
####################################
.settings/
.metadata/
import/build
solr/*/index/
solr/*/spellchecker/
solr/*/spellShingle/
solr/*/tlog/
solr/*/replication.properties
solr/jetty/logs/*
solr/jetty/work/
openurl_cache/*
log/*
web/interface/cache/*
web/interface/compile/*
web/images/covers/large/*
web/images/covers/medium/*
web/images/covers/original/*
web/images/covers/small/*
web/images/covers/local/large/*
web/images/covers/local/medium/*
web/images/covers/local/original/*
web/images/covers/local/small/*
web/images/covers/by-id/*
web/conf/config.ini
web/conf/create-tables.ini
web/conf/Unicorn.ini
web/conf/grad-reading-room.ini
web/conf/las-room.ini
web/conf/taxfind.ini
# Compiled source #
###################
*.com
*.class
*.o
*.so
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.log.1
*.log.2
*.log.3
*.log.4
*.log.5
*.sqlite
# IDE Files #
#################
.buildpath
org.eclipse.*.prefs
*.iml
# OS generated files #
######################
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
nohup.out
import/translation_maps/callnumber_shelving_key_map.properties
web/interface/themes/bootstrap/css/styles.css
web/interface/themes/bootstrap/css/print.css
web/interface/themes/bootstrap/css/slick-theme.css
web/interface/themes/bootstrap/css/carousel.css
.vagrant