This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# Build output
|
||||
bin/
|
||||
dist/
|
||||
*.zip
|
||||
*.love
|
||||
*.metadata.json
|
||||
|
||||
# Version file
|
||||
.version
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Editor
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Lua
|
||||
luac.out
|
||||
Reference in New Issue
Block a user