This commit is contained in:
Luis Ramos 2025-12-06 09:59:10 -05:00
parent ea81d92432
commit 6656ef6256

6
.gitignore vendored
View File

@ -1,5 +1,6 @@
./node_modules node_modules
./build build
.vscode
# Output # Output
.output .output
@ -7,7 +8,6 @@
.netlify .netlify
.wrangler .wrangler
/.svelte-kit /.svelte-kit
/build
# OS # OS
.DS_Store .DS_Store