Add .factorypath and others to .gitignore

.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.
This commit is contained in:
Thad Guidry 2020-08-07 09:22:22 -05:00 committed by GitHub
parent caa46508da
commit 3225212275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
.gitignore vendored
View File

@ -30,6 +30,9 @@ open-refine.log
.vscode
.metadata # Eclipse plugins specific
# Locally stored "Eclipse launch configurations"
*.launch
.idea
*.iml
@ -55,3 +58,12 @@ 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