From cfbd0e14c34d739dad4562d7838db46685887ff9 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 15:55:55 +0000 Subject: [PATCH] Add language templates (Kotlin, Scala, Dart, R, Perl, Lua) --- .../templates/languages/lua.gitignore | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 gitignore_generator/templates/languages/lua.gitignore diff --git a/gitignore_generator/templates/languages/lua.gitignore b/gitignore_generator/templates/languages/lua.gitignore new file mode 100644 index 0000000..4cb4c85 --- /dev/null +++ b/gitignore_generator/templates/languages/lua.gitignore @@ -0,0 +1,22 @@ +# Lua +*.luac +*.lua.out + +# LuaRocks +lua_modules/ + +# OS +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + +# IDE +.vscode/ +.idea/ +*.swp +*.swo +*~