Initial commit: Add TZ.md (technical specification draft)
This commit is contained in:
36
.gitignore
vendored
Normal file
36
.gitignore
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
# Godot
|
||||
.godot/
|
||||
export.cfg
|
||||
export_presets.cfg
|
||||
|
||||
# Mono/Godot C#
|
||||
mono/
|
||||
*.csproj
|
||||
*.sln
|
||||
obj/
|
||||
bin/
|
||||
*.pidb
|
||||
*.userprefs
|
||||
|
||||
# Build outputs
|
||||
build/
|
||||
dist/
|
||||
|
||||
# IDE
|
||||
.vs/
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Temporary files
|
||||
tmp/
|
||||
temp/
|
||||
Reference in New Issue
Block a user