Add more common entries to .gitignore

This commit is contained in:
Peter Palaga
2019-09-30 16:11:25 +02:00
parent 0bb8b6cd19
commit 942be66550

27
.gitignore vendored
View File

@@ -1,3 +1,28 @@
# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
# Eclipse
.project
.classpath
.settings/
bin/
# IDEA
.idea
target
*.ipr
*.iml
*.iws
# NetBeans
nb-configuration.xml
# OSX
.DS_Store
# VS Code
.vscode/