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
1 changed files with 21 additions and 0 deletions

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