1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-06-27 00:54:43 -04:00

Initial port to GDevlop 5

This commit is contained in:
Tony Bark 2022-03-18 14:08:33 -04:00
parent 25257f722d
commit 3e9010e5e3
441 changed files with 1694 additions and 13591 deletions

76
.gitignore vendored
View file

@ -1,21 +1,7 @@
# Created by https://www.toptal.com/developers/gitignore/api/macos,linux,godot,backup,windows,dotnetcore,executable,monodevelop,visualstudiocode,web
# Edit at https://www.toptal.com/developers/gitignore?templates=macos,linux,godot,backup,windows,dotnetcore,executable,monodevelop,visualstudiocode,web
# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig
### Backup ###
*.bak
*.gho
*.ori
*.orig
*.tmp
### DotnetCore ###
# .NET Core build folders
bin/
obj/
# Common node modules locations
/node_modules
/wwwroot/node_modules
# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,macos,executable,linux,windows
# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,macos,executable,linux,windows
### Executable ###
*.app
@ -29,20 +15,6 @@ obj/
*.vb
*.wsf
### Godot ###
# Godot-specific ignores
.import/
export.cfg
export_presets.cfg
# Imported translations (automatically generated from CSV files)
*.translation
# Mono-specific ignores
.mono/
data_*/
### Linux ###
*~
@ -67,6 +39,7 @@ data_*/
# Icon must end with two \r
Icon
# Thumbnails
._*
@ -86,42 +59,26 @@ Network Trash Folder
Temporary Items
.apdisk
### MonoDevelop ###
#User Specific
*.userprefs
*.usertasks
#Mono Project Files
*.pidb
*.resources
test-results/
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
!.vscode/*.code-snippets
# Local History for Visual Studio Code
.history/
# Built Visual Studio Code Extensions
*.vsix
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide
### Web ###
*.asp
*.cer
*.csr
*.css
*.htm
*.html
*.js
*.jsp
*.php
*.rss
*.wasm
*.wat
*.xhtml
# Support for Project snippet scope
### Windows ###
# Windows thumbnail cache files
@ -149,6 +106,9 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk
# End of https://www.toptal.com/developers/gitignore/api/macos,linux,godot,backup,windows,dotnetcore,executable,monodevelop,visualstudiocode,web
# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,macos,executable,linux,windows
/export
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
*.autosave
**/export