Add useless files and folders in gitignore (#738)

* Add useless files in .gitignore

* Delete .factorypath's duplicate
This commit is contained in:
Fanon Jupkwo 2020-07-16 15:38:02 +01:00 коммит произвёл GitHub
Родитель a8e9b5f603
Коммит 0be12cb989
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 14 добавлений и 3 удалений

17
.gitignore поставляемый
Просмотреть файл

@ -1,10 +1,17 @@
# Ignore folders
target/
.mvn/
bin/
/config
.idea/
/out
.vscode/
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
# Do not ignore them
!.idea/copyright
@ -21,12 +28,16 @@ mail.properties
*.iws
.project
.classpath
.settings/
.sts4-cache/
.settings
.sts4-cache
.apt_generated
.springBeans
mvnw
mvnw.cmd
# Because re-configuring the directory in the share plugin leads to side effect we ignore the file
dependency-reduced-pom.xml
.factorypath
# Ignore OSX autogenerated files
.DS_Store
.DS_Store