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:
parent
80028e1941
commit
93f204a868
6 changed files with 62 additions and 0 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
|
@ -1,3 +1,5 @@
|
|||
# Normalize EOL for all files that Git considers text files.
|
||||
* text=auto eol=lf
|
||||
*.ogg filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.wav filter=lfs diff=lfs merge=lfs -text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue