35 lines
294 B
Text
35 lines
294 B
Text
# Lua
|
|
*.lua~
|
|
*.luac
|
|
luac.out
|
|
|
|
# Neovim
|
|
*.sw?
|
|
*.un~
|
|
.netrwhist
|
|
*~
|
|
|
|
# Compiled files
|
|
*.o
|
|
*.so
|
|
*.dylib
|
|
|
|
# Package managers
|
|
lua_modules/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Editor directories and files
|
|
.idea/
|
|
.vscode/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
|
|
# Lazy.nvim plugin directory
|
|
lazy-lock.json
|
|
|
|
# Debugging
|
|
*.log
|