Skip to content

Commit

Permalink
gitignore various kinds of files properly
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Feb 1, 2019
1 parent 2f86e23 commit 8823a35
Showing 1 changed file with 22 additions and 13 deletions.
35 changes: 22 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
/.idea
/*/.idea
/target
/*/target/
/*.iml
/*/*.iml
/*.ipr
/*/*.ipr
/*.iws
/*/*.iws

# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties

# IDEA
.idea
*.ipr
*.iml
*.iws

# Eclipse
.project
.classpath
.settings/
bin/

# Misc
/*~
/*/*~
/.project
/.classpath
/.settings/

0 comments on commit 8823a35

Please sign in to comment.