Gitignore

#chatgpt3:

# Ignore Gradle build directories
.gradle/
build/

# Ignore IntelliJ IDEA project files
.idea/
*.iml
*.ipr
*.iws

# Ignore Eclipse project files
.classpath
.project
.settings/

# Ignore Mac OS X system files
.DS_Store

# Ignore generated files and directories
*/generated/
*/bin/
*/out/
*/build/

# Ignore Kotlin cache and compiled classes
*.kotlin_module
*.kotlin_builtins
*.kotlin_metadata
*.kotlin_metadata.*
*.kotlin_serialization
*.kotlin_serialization.*
*.kotlin_module_cache/

Backlinks