mirror of
https://github.com/tonytins/godotstarter.git
synced 2025-03-15 06:01:26 +00:00
Reorganized project structure
- Updated gitiginore to include backup and audio files
This commit is contained in:
parent
9b06a6514b
commit
dbe6453ac0
19 changed files with 17 additions and 5 deletions
20
.gitignore
vendored
20
.gitignore
vendored
|
@ -1,5 +1,17 @@
|
||||||
# Created by https://www.gitignore.io/api/linux,macos,windows,godot,visualstudiocode
|
### Audio ###
|
||||||
# Edit at https://www.gitignore.io/?templates=linux,macos,windows,godot,visualstudiocode
|
|
||||||
|
*.wav
|
||||||
|
*.ogg
|
||||||
|
|
||||||
|
# Created by https://www.gitignore.io/api/linux,godot,macos,backup,windows,visualstudiocode
|
||||||
|
# Edit at https://www.gitignore.io/?templates=linux,godot,macos,backup,windows,visualstudiocode
|
||||||
|
|
||||||
|
### Backup ###
|
||||||
|
*.bak
|
||||||
|
*.gho
|
||||||
|
*.ori
|
||||||
|
*.orig
|
||||||
|
*.tmp
|
||||||
|
|
||||||
### Godot ###
|
### Godot ###
|
||||||
|
|
||||||
|
@ -7,7 +19,6 @@
|
||||||
.import/
|
.import/
|
||||||
export.cfg
|
export.cfg
|
||||||
export_presets.cfg
|
export_presets.cfg
|
||||||
*.log
|
|
||||||
|
|
||||||
# Mono-specific ignores
|
# Mono-specific ignores
|
||||||
.mono/
|
.mono/
|
||||||
|
@ -69,6 +80,7 @@ Temporary Items
|
||||||
### Windows ###
|
### Windows ###
|
||||||
# Windows thumbnail cache files
|
# Windows thumbnail cache files
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
Thumbs.db:encryptable
|
||||||
ehthumbs.db
|
ehthumbs.db
|
||||||
ehthumbs_vista.db
|
ehthumbs_vista.db
|
||||||
|
|
||||||
|
@ -91,4 +103,4 @@ $RECYCLE.BIN/
|
||||||
# Windows shortcuts
|
# Windows shortcuts
|
||||||
*.lnk
|
*.lnk
|
||||||
|
|
||||||
# End of https://www.gitignore.io/api/linux,macos,windows,godot,visualstudiocode
|
# End of https://www.gitignore.io/api/linux,godot,macos,backup,windows,visualstudiocode
|
Binary file not shown.
Binary file not shown.
0
.gitattributes → project/.gitattributes
vendored
0
.gitattributes → project/.gitattributes
vendored
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
BIN
project/lang/local.en.translation
Normal file
BIN
project/lang/local.en.translation
Normal file
Binary file not shown.
BIN
project/lang/local.sv.translation
Normal file
BIN
project/lang/local.sv.translation
Normal file
Binary file not shown.
|
@ -15,7 +15,7 @@ _global_script_class_icons={
|
||||||
|
|
||||||
[application]
|
[application]
|
||||||
|
|
||||||
config/name="Anthony's Godot 3.1 Template"
|
config/name="Godot 3.1 Starter"
|
||||||
run/main_scene="res://scn/TitleScn.tscn"
|
run/main_scene="res://scn/TitleScn.tscn"
|
||||||
|
|
||||||
[autoload]
|
[autoload]
|
Loading…
Add table
Reference in a new issue