forked from OpenRefine/OpenRefine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
69 lines (60 loc) · 1.09 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
.idea/
*.log
logs
*~
\#*#
.*.swp
*.DS_Store
*.class
*.patch
.com.apple.timemachine.supported
.import-temp/
build/
dist/
server/classes/
main/webapp/WEB-INF/classes/
main/tests/server/classes/
main/test-output/
appengine/classes/
tools/
broker/appengine/module/MOD-INF/classes/
broker/core/module/MOD-INF/classes/
broker/core/WEB-INF/lib/
broker/core/data/
broker/core/test-output/
tmp/
/test-output
test-out/
/bin
open-refine.log
.vscode
.metadata # Eclipse plugins specific
# Locally stored "Eclipse launch configurations"
*.launch
.idea
*.iml
main/target/
main/webapp/WEB-INF/lib/
server/target/
extensions/*/target/
extensions/*/module/MOD-INF/classes/
extensions/*/module/MOD-INF/lib/
extensions/target
target/
**/test-output/*
*.versionsBackup
# Ignore classpath as it is automatically generated by Maven integrations in IDEs
*.classpath
*.project
*.settings
# Ignore Apache Maven default download path
apache-maven-*/
apache-maven-*-bin.tar.gz
# Ignore refine-dev.ini
refine-dev.ini
# Java annotation processor (APT)
.factorypath
# Code Recommenders
.recommenders/
# STS (Spring Tool Suite)
.springBeans