Skip to content

Commit

Permalink
Add IntelliJ IdeaIU entries to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cquoss committed Dec 31, 2021
1 parent 33068b8 commit 63b1820
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Apache Maven
target/
pom.xml.tag
pom.xml.releaseBackup
Expand All @@ -9,3 +10,6 @@ buildNumber.properties
.mvn/timing.properties
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
.mvn/wrapper/maven-wrapper.jar
# IntelliJ IdeaIU
.idea/
*.iml

0 comments on commit 63b1820

Please sign in to comment.