
tech.skot.tools.starter.GitIgnore.kt Maven / Gradle / Ivy
package tech.skot.tools.starter
val gitIgnore = """
*.iml
.gradle
/local.properties
/.idea/*
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
/buildSrc/build
**/build
/uizips
/reports
""".trimIndent()
© 2015 - 2025 Weber Informatics LLC | Privacy Policy