3225212275
.factorypath file gets added as a changed file in source control depending on the IDE you are using (I use VS Code). Added a few other exclusions that my previous team used to add to our Java projects.
70 lines
1.1 KiB
Plaintext
70 lines
1.1 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
|