-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (52 loc) · 837 Bytes
/
.gitignore
File metadata and controls
61 lines (52 loc) · 837 Bytes
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
#Misc:
.DS_Store
release
piplib
maven-repo/
dist/
# Generated data or Downloaded resources.
# Do not check in gazetteer metadata from ./solr/etc/ -- It is copied to src/main/resources to prepare JAR
src/main/resources/additions/
src/main/resources/filters/
src/main/resources/lang/
Core/src/main/resources/geonames.org/
Core/src/main/resources/ISO-639-2_utf-8.txt
Core/etc/langdetect
#Maven output
target/
# TODO can we remove this?:
dist/
build/
bin/
log
logs
export
results/
build.properties
#Build files
#Eclipse
.classpath
.project
.settings/
.pydevproject
#IntelliJ
/out/
*.iml
/*.ipr
/*.iws
/.idea/
/Core/.idea/
/Core/*.ipr
/Core/*.iws
#Netbeans
nb-configuration.xml
nbactions*.xml
nbproject/
#If files with these extensions are needed, they can be added manually.
*.jar
*.war
*.zip
*.pyc
# Solr indices:
index/
*.sqlite