Basic platformer with rope
This commit is contained in:
+28
@@ -0,0 +1,28 @@
|
||||
# Godot 4+ specific ignores
|
||||
.godot/
|
||||
|
||||
# Godot-specific ignores
|
||||
.import/
|
||||
export.cfg
|
||||
export_presets.cfg
|
||||
|
||||
# Imported translations (automatically generated from CSV files)
|
||||
*.translation.godot/
|
||||
*.translation
|
||||
|
||||
# Mono-specific ignores
|
||||
.mono/
|
||||
data_*/
|
||||
mono_crash.*.json
|
||||
|
||||
# Export folders
|
||||
exports/
|
||||
Exports/
|
||||
|
||||
# IDE and OS specific
|
||||
.vscode/
|
||||
.idea/
|
||||
.DS_Store
|
||||
|
||||
# Plugin specific
|
||||
addons/script-ide/*
|
||||
Reference in New Issue
Block a user