This commit is contained in:
Ruan Fernandes Guimaraes 2025-06-29 10:55:10 -03:00
commit 1f0daf82cb
15 changed files with 730 additions and 0 deletions

9
.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
node_modules
# Keep environment variables out of version control
.env
# Ignore build output
package-lock.json
# Ignore logs
logs