second commit bcs first didn't work
This commit is contained in:
parent
54b9012a47
commit
e16b468e23
4 changed files with 11 additions and 0 deletions
4
.editorconfig
Normal file
4
.editorconfig
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Normalize EOL for all files that Git considers text files.
|
||||
* text=auto eol=lf
|
||||
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Godot 4+ specific ignores
|
||||
.godot/
|
||||
/android/
|
||||
.stfolder/
|
||||
1
.nomedia
Normal file
1
.nomedia
Normal file
|
|
@ -0,0 +1 @@
|
|||
/storage/emulated/0/coc_godot
|
||||
Loading…
Add table
Add a link
Reference in a new issue