Last active
February 24, 2022 09:55
-
-
Save CWKSC/30f89ee8e70aacf2f71e262b84a8c786 to your computer and use it in GitHub Desktop.
My .gitignore for Intellij IDEA with gradle and Kotlin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.zip | |
*.tar.gz | |
.DS_Store | |
build/ | |
out/ | |
.gradle/7.1/executionHistory/executionHistory.bin | |
.gradle/7.1/executionHistory/executionHistory.lock | |
.gradle/7.1/fileHashes/fileHashes.bin | |
.gradle/7.1/fileHashes/fileHashes.lock | |
.gradle/7.1/fileHashes/resourceHashesCache.bin | |
.gradle/buildOutputCleanup/buildOutputCleanup.lock | |
.gradle/buildOutputCleanup/outputFiles.bin | |
.gradle/buildOutputCleanup/cache.properties | |
.gradle/kotlin/sourceSetMetadata/ | |
.gradle/checksums/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment