Skip to content

Commit

Permalink
Add more common entries to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Sep 30, 2019
1 parent 0bb8b6c commit 942be66
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit 942be66

Please sign in to comment.