1
0
mirror of https://github.com/github/gitignore synced 2024-09-22 07:41:45 +02:00

Add IntelliJ Idea template for gitignore

This commit is contained in:
Rajat Khanduri 2023-03-10 17:51:07 +05:30 committed by GitHub
parent 4488915eec
commit bf2f171e9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
IntelliJIdea.gitignore Normal file
View 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