Se borro una lista, se añadio una lista, se modifico una lista

This commit is contained in:
Nicolas Murua
2026-04-23 22:11:43 -03:00
parent 71c5649603
commit 57a54a1253
2 changed files with 102 additions and 2 deletions

100
.gitignore vendored Normal file
View File

@@ -0,0 +1,100 @@
# =========================
# OS / SYSTEM FILES
# =========================
.DS_Store
Thumbs.db
desktop.ini
# =========================
# EDITORS / IDEs
# =========================
.vscode/
.idea/
*.code-workspace
# Visual Studio
.vs/
*.vcxproj.user
*.suo
*.user
*.userosscache
*.sln.docstates
# =========================
# BUILD / BINARIES
# =========================
bin/
build/
dist/
out/
Debug/
Release/
*.exe
*.dll
*.so
*.dylib
*.o
*.obj
*.a
*.lib
# =========================
# LOGS
# =========================
*.log
# =========================
# TEMP FILES
# =========================
*.tmp
*.temp
*.cache
# =========================
# ENV / SECRETS
# =========================
.env
.env.*
*.key
*.pem
# =========================
# PYTHON
# =========================
__pycache__/
*.pyc
*.pyo
*.pyd
venv/
.env/
# =========================
# NODE (por si usás algo web)
# =========================
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# =========================
# CMAKE / C++
# =========================
CMakeFiles/
CMakeCache.txt
cmake-build-*/
# =========================
# UNREAL ENGINE (IMPORTANTE)
# =========================
Binaries/
DerivedDataCache/
Intermediate/
Saved/
# =========================
# MISC
# =========================
*.zip
*.rar
*.7z