diff --git a/kamco-make-dataset-generation/.gitignore b/kamco-make-dataset-generation/.gitignore new file mode 100644 index 0000000..04f30c1 --- /dev/null +++ b/kamco-make-dataset-generation/.gitignore @@ -0,0 +1,30 @@ +# Gradle +.gradle/ +build/ +out/ + +# IntelliJ IDEA +.idea/ +*.iml +*.iws +*.ipr + +# macOS +.DS_Store + +# Compiled class files +*.class + +# Log files +*.log + +# Package files (gradle wrapper jar is intentionally tracked) +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# Kotlin +*.kotlin_module \ No newline at end of file