Add language templates (Kotlin, Scala, Dart, R, Perl, Lua)
Some checks failed
CI / test (push) Failing after 13s
Some checks failed
CI / test (push) Failing after 13s
This commit is contained in:
22
gitignore_generator/templates/languages/lua.gitignore
Normal file
22
gitignore_generator/templates/languages/lua.gitignore
Normal file
@@ -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
|
||||||
|
*~
|
||||||
Reference in New Issue
Block a user