mirror of
https://git.tonybark.com/tonytins/legendsonline.git
synced 2025-06-25 08:04:44 -04:00
Minecraft-based player meshes
This commit is contained in:
parent
99c122a138
commit
9774f6de7f
15 changed files with 432 additions and 20 deletions
74
.gitignore
vendored
74
.gitignore
vendored
|
@ -1,5 +1,16 @@
|
|||
# Created by https://www.toptal.com/developers/gitignore/api/godot,visualstudiocode,macos,linux,windows,zig
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=godot,visualstudiocode,macos,linux,windows,zig
|
||||
# Created by https://www.toptal.com/developers/gitignore/api/blender,visualstudiocode,backup,visualbasic,godot,macos,linux,windows,zig
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=blender,visualstudiocode,backup,visualbasic,godot,macos,linux,windows,zig
|
||||
|
||||
### Backup ###
|
||||
*.bak
|
||||
*.gho
|
||||
*.ori
|
||||
*.orig
|
||||
*.tmp
|
||||
|
||||
### Blender ###
|
||||
# Ignore temporary Blender files.
|
||||
*.blend[0-9]*
|
||||
|
||||
### Godot ###
|
||||
# Godot 4+ specific ignores
|
||||
|
@ -66,6 +77,55 @@ Temporary Items
|
|||
# iCloud generated files
|
||||
*.icloud
|
||||
|
||||
### VisualBasic ###
|
||||
## Ignore Visual Studio temporary files, build results, and
|
||||
## files generated by popular Visual Studio add-ons.
|
||||
*.vbw
|
||||
*.csi
|
||||
*.exp
|
||||
*.lib
|
||||
*.lvw
|
||||
*.dca
|
||||
*.scc
|
||||
*.exe
|
||||
*.bat
|
||||
*.zip
|
||||
*.old
|
||||
*.enc
|
||||
*.key
|
||||
# Windows image file caches
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
|
||||
# Folder config file
|
||||
Desktop.ini
|
||||
|
||||
# Recycle Bin used on file shares
|
||||
$RECYCLE.BIN/
|
||||
|
||||
# Windows Installer files
|
||||
*.cab
|
||||
*.msi
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
# Windows shortcuts
|
||||
*.lnk
|
||||
|
||||
# =========================
|
||||
# Operating System Files
|
||||
# =========================
|
||||
|
||||
# OSX
|
||||
# =========================
|
||||
|
||||
|
||||
# Thumbnails
|
||||
|
||||
# Files that might appear in the root of a volume
|
||||
|
||||
# Directories potentially created on remote AFP share
|
||||
|
||||
### VisualStudioCode ###
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
|
@ -87,9 +147,7 @@ Temporary Items
|
|||
|
||||
### Windows ###
|
||||
# Windows thumbnail cache files
|
||||
Thumbs.db
|
||||
Thumbs.db:encryptable
|
||||
ehthumbs.db
|
||||
ehthumbs_vista.db
|
||||
|
||||
# Dump file
|
||||
|
@ -99,17 +157,11 @@ ehthumbs_vista.db
|
|||
[Dd]esktop.ini
|
||||
|
||||
# Recycle Bin used on file shares
|
||||
$RECYCLE.BIN/
|
||||
|
||||
# Windows Installer files
|
||||
*.cab
|
||||
*.msi
|
||||
*.msix
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
# Windows shortcuts
|
||||
*.lnk
|
||||
|
||||
### zig ###
|
||||
# Zig programming language
|
||||
|
@ -120,4 +172,4 @@ build/
|
|||
build-*/
|
||||
docgen_tmp/
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/godot,visualstudiocode,macos,linux,windows,zig
|
||||
# End of https://www.toptal.com/developers/gitignore/api/blender,visualstudiocode,backup,visualbasic,godot,macos,linux,windows,zig
|
Loading…
Add table
Add a link
Reference in a new issue