73 lines
1.2 KiB
Plaintext
73 lines
1.2 KiB
Plaintext
|
.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
|
||
|
|
||
|
# Ignore Node modules that might inadvertently install at current path instead of user or configured env var NODE_PATH
|
||
|
node_modules/
|