2024-08-12 23:53:28 +08:00
|
|
|
# Lua compiled files
|
|
|
|
*.lua~
|
|
|
|
*.luac
|
|
|
|
|
|
|
|
# Neovim plugin specific files
|
|
|
|
plugin/packer_compiled.lua
|
|
|
|
|
|
|
|
# OS generated files
|
|
|
|
.DS_Store
|
|
|
|
Thumbs.db
|
|
|
|
|
|
|
|
# Editor/IDE generated files
|
|
|
|
*.swp
|
|
|
|
*.swo
|
|
|
|
*~
|
|
|
|
.vscode/
|
|
|
|
.idea/
|
|
|
|
|
|
|
|
# Dependency manager generated directories
|
|
|
|
/lua_modules/
|
|
|
|
/.luarocks/
|
|
|
|
|
|
|
|
# Log files
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# Temporary files
|
|
|
|
tmp/
|
|
|
|
temp/
|
|
|
|
|
|
|
|
# Environment variable files (if you use .env file to store API keys)
|
|
|
|
.env
|
|
|
|
|
|
|
|
# If you use any build tools, you might need to ignore build output directories
|
|
|
|
/build/
|
|
|
|
/dist/
|
|
|
|
|
|
|
|
# If you use any test frameworks, you might need to ignore test coverage reports
|
|
|
|
/coverage/
|
|
|
|
|
|
|
|
# If you use documentation generation tools, you might need to ignore generated docs
|
|
|
|
/doc/
|
|
|
|
|
|
|
|
# If you have any personal configuration files, you should ignore them too
|
2024-08-15 16:00:18 +08:00
|
|
|
config.personal.lua
|
|
|
|
|
2024-08-31 13:39:50 -04:00
|
|
|
target
|