feat: setup initial repo and smallest working scene
This commit is contained in:
+44
@@ -0,0 +1,44 @@
|
||||
# Godot import cache
|
||||
.import/
|
||||
|
||||
# Godot editor generated files
|
||||
.godot/
|
||||
|
||||
# Export templates and builds
|
||||
/export/
|
||||
/exports/
|
||||
/build/
|
||||
/builds/
|
||||
|
||||
# Mono / C#
|
||||
.mono/
|
||||
data_*/
|
||||
mono_crash.*
|
||||
|
||||
# Visual Studio / Rider
|
||||
.vs/
|
||||
.idea/
|
||||
*.csproj
|
||||
*.sln
|
||||
*.user
|
||||
*.DotSettings.user
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Linux
|
||||
.directory
|
||||
|
||||
# Windows
|
||||
Thumbs.db
|
||||
desktop.ini
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.bak
|
||||
|
||||
# Godot crash reports
|
||||
crash_handler*
|
||||
Reference in New Issue
Block a user