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:
parent
caa46508da
commit
3225212275
12
.gitignore
vendored
12
.gitignore
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user