forked from OpenRefine/OpenRefine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
82 lines (69 loc) · 1.5 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
70
71
72
73
74
75
76
77
78
79
80
81
82
.idea/
# Leave .idea settings ignored and force users to use `git add -f` to update
#!*/
#!.idea/codeStyles/
*.iml
*.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/
tools/
tmp/
/test-output
test-out/
/bin
open-refine.log
.vscode
.metadata # Eclipse plugins specific
# Locally stored "Eclipse launch configurations"
*.launch
main/target/
main/webapp/WEB-INF/lib/
main/webapp/modules/core/3rdparty/
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
#.settings/
#!/*
#!.settings/org.eclipse.jdt.ui.prefs
# 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
# Ignore Node modules that might inadvertently install at current path instead of user or configured env var NODE_PATH
node_modules/
# Ignore the node_modules folder as they are dependencies to be installed by end-user
main/webapp/node_modules
# Yarn internal files
**/.yarn
**/.yarnrc.yml
# Ignore .gitignore among extensions as it can be used to ignore custom extensions
extensions/.gitignore