Adds initial project setup and configuration

Initializes the Godot project with basic configuration files.

This includes:
- EditorConfig for code style consistency.
- Git attributes for line ending normalization.
- Git ignore for Godot specific files.
- A default project icon.
- Initial project settings.
This commit is contained in:
Dan Baker 2025-06-19 12:33:09 +01:00
parent 80028e1941
commit 93f204a868
6 changed files with 62 additions and 0 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
# Godot 4+ specific ignores
.godot/
/android/