Merge pull request #3041 from OpenRefine/thadguidry-patch-gitignore

Add .factorypath and others to .gitignore
This commit is contained in:
Tom Morris 2020-08-07 12:09:17 -04:00 committed by GitHub
commit de3885ada4
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