27 lines
193 B
Plaintext
27 lines
193 B
Plaintext
# Godot
|
|
.godot/
|
|
import/
|
|
*.import
|
|
*.translation
|
|
*.tres~
|
|
*.tscn~
|
|
*.godot
|
|
|
|
# Editor
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Build
|
|
client/build/
|
|
server/build/
|
|
*.zip
|
|
*.exe
|
|
*.pck
|