mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
Add IntelliJ Idea template for gitignore
This commit is contained in:
parent
4488915eec
commit
bf2f171e9a
21
IntelliJIdea.gitignore
Normal file
21
IntelliJIdea.gitignore
Normal file
@ -0,0 +1,21 @@
|
||||
# IntelliJ IDEA
|
||||
.idea/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
|
||||
# Gradle
|
||||
.gradle/
|
||||
build/
|
||||
|
||||
# Maven
|
||||
target/
|
||||
pom.xml.tag
|
||||
pom.xml.releaseBackup
|
||||
pom.xml.versionsBackup
|
||||
pom.xml.next
|
||||
release.properties
|
||||
dependency-reduced-pom.xml
|
||||
|
||||
# Other
|
||||
.DS_Store
|
Loading…
Reference in New Issue
Block a user