-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
74 lines (55 loc) · 1003 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
builds/
# ############################
# lexicons, machine learning models, and config files that can't or
# shouldn't be distributed via git
database_connection.properties
pipeline.properties
*.crt
*.jks
*.key
*.RRF
apache-uima/resources/dict/*.xml
apache-uima/resources/*Models/
python/models/*.h5
# ############################
# temporary and editor files
*~
~*
\#*
\.\#*
# ############################
# Java errata files
bin/
target/
*.jar
# #############
# Eclipse files
.project
.classpath
.settings
install.xml
# #############
# IntelliJ files
**/.idea/libraries
**/.idea/shelf
**/.idea/*.xml
*.iml
## Don't ignore runConfigurations. We want to share these.
!**/.idea/runConfigurations
# ############################
# Python errata files
.cache
.ipynb_checkpoints
__pycache__
*.pyc
# ############################
# LaTeX errata files
*.aux
*.log
# ############################
# coverage and unit testing files
.coverage
coverage.xml
junit.xml
cov_*/
apache-uima/data/test/