-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (46 loc) · 1.13 KB
/
.gitignore
File metadata and controls
58 lines (46 loc) · 1.13 KB
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
.local
.solargraph.yml
.idea
.cache
.irb_history
.byebug_history
.bash_history
.python_history
.env
.venv
.pytest_cache
.bundle
.gem
*.html
**/__pycache__/
*.py[cod]
**/.vscode-server/
**/.dotnet/
.gitconfig
umich_catalog_indexing/debug*
umich_catalog_indexing/.m2
umich_catalog_indexing/.ssh/*
umich_catalog_indexing/coverage/
umich_catalog_indexing/lib/translation_maps/hlb.json.gz
umich_catalog_indexing/lib/translation_maps/umich/libLocInfo.yaml
umich_catalog_indexing/lib/translation_maps/umich/subject_heading_remediation.json
umich_catalog_indexing/scratch/*
!umich_catalog_indexing/scratch/.keep
umich_catalog_indexing/examples/*
/sftp/ssh/*
!/sftp/ssh/.keep
/sftp/search_daily_bibs/*.xml
/sftp/search_daily_bibs/*.tar.gz
/sftp/search_daily_bibs/*.json.gz
!sftp/search_daily_bibs/zephir_short.json.gz
!sftp/search_daily_bibs/sample.tar.gz
!sftp/search_daily_bibs/birds_2022021017_21131448650006381_new.tar.gz
support_dbs/scratch/*
!support_dbs/scratch/.keep
biblio/biblio.zip
overlap/*.tsv
/api/.ssh/*
#this is so github actions doesn't try to add all the gems to the repo when updating a translation map
vendor/
api/*.md
api/*.txt