Reorganized project structure

- Updated gitiginore to include backup and audio files
This commit is contained in:
Anthony Wilcox 2019-11-15 13:20:19 -05:00
parent 9b06a6514b
commit dbe6453ac0
19 changed files with 17 additions and 5 deletions

20
.gitignore vendored
View file

@ -1,5 +1,17 @@
# Created by https://www.gitignore.io/api/linux,macos,windows,godot,visualstudiocode
# Edit at https://www.gitignore.io/?templates=linux,macos,windows,godot,visualstudiocode
### Audio ###
*.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 ###
@ -7,7 +19,6 @@
.import/
export.cfg
export_presets.cfg
*.log
# Mono-specific ignores
.mono/
@ -69,6 +80,7 @@ Temporary Items
### Windows ###
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
@ -91,4 +103,4 @@ $RECYCLE.BIN/
# Windows shortcuts
*.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.

View file

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Binary file not shown.

View file

@ -15,7 +15,7 @@ _global_script_class_icons={
[application]
config/name="Anthony's Godot 3.1 Template"
config/name="Godot 3.1 Starter"
run/main_scene="res://scn/TitleScn.tscn"
[autoload]