.gitignore
This commit is contained in:
30
kamco-make-dataset-generation/.gitignore
vendored
Normal file
30
kamco-make-dataset-generation/.gitignore
vendored
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user