Skip to content

Instantly share code, notes, and snippets.

@CWKSC
Last active February 24, 2022 09:55
Show Gist options
  • Save CWKSC/30f89ee8e70aacf2f71e262b84a8c786 to your computer and use it in GitHub Desktop.
Save CWKSC/30f89ee8e70aacf2f71e262b84a8c786 to your computer and use it in GitHub Desktop.
My .gitignore for Intellij IDEA with gradle and Kotlin
*.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