34 lines
341 B
Plaintext
34 lines
341 B
Plaintext
# Godot 4 specific ignores
|
|
.godot/
|
|
.import/
|
|
|
|
# Godot-specific ignores
|
|
*.tmp
|
|
*.translation
|
|
|
|
# Build results
|
|
builds/
|
|
export/
|
|
dist/
|
|
|
|
# IDE specific files
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS specific files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# C# specific ignores (if using C#)
|
|
*.dll
|
|
*.pdb
|
|
*.mdb
|
|
*.meta
|
|
|
|
# Log files
|
|
*.log
|
|
.vs
|
|
|
|
# Big asset files on Google Drive
|
|
moon/assets/
|