From 02a8c83c4a0e025442ffbc8c96a9f5c03fde12ea Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 15:55:52 +0000 Subject: [PATCH] Add language templates (Kotlin, Scala, Dart, R, Perl, Lua) --- .../templates/languages/kotlin.gitignore | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 gitignore_generator/templates/languages/kotlin.gitignore diff --git a/gitignore_generator/templates/languages/kotlin.gitignore b/gitignore_generator/templates/languages/kotlin.gitignore new file mode 100644 index 0000000..f0fd3ef --- /dev/null +++ b/gitignore_generator/templates/languages/kotlin.gitignore @@ -0,0 +1,51 @@ +# Compiled class files +*.class + +# Log files +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# Gradle +build/ +.gradle + +# IDE - IntelliJ +.idea/ +*.iml +*.ipr +*.iws +.project +.classpath +.settings/ +.vscode/ + +# OS +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + +# Vim +*.swp +*.swo +*~ + +# Misc +*.exe