forked from ucsblibrary/alexandria
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
60 lines (49 loc) · 747 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
# Ignore precompiled assets
public/assets
# Ignore Vagrant files
/.vagrant
# Ignore bundler config.
/.bundle
# Ignore rbenv
.ruby-version
# Ignore generated docs
/html
.yardoc
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
# Ignore provisioning files
*.cfg
/ansible/*.cfg
/ansible/*.retry
/hosts
# ignore ADRL data files
/derivatives
/download_root
/fedora-data
/fcrepo4-test-data
/solr/collection1
/solr/lib
/ingest
/install
/marmotta
/tomcat
/uploads
# Ignore all logfiles and tempfiles.
*.log
/logs
/log/*
!/log/.keep
/tmp/*
!/tmp/.keep
/jetty
.rvmrc
.byebug_history
# Passwords
/config/secrets.yml
/tags
/env
.idea/
dump.rdb
# Don't keep the logs we generate during rspec testing
spec/fixtures/logs/*.log