Merge pull request #1 from calcorum/master

Master
This commit is contained in:
Cal Corum 2025-05-07 09:01:25 -05:00 committed by GitHub
commit c409ea2e20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

24
.gitignore vendored Normal file
View File

@ -0,0 +1,24 @@
# Nuxt dev/build outputs
.output/*
.data/*
.nuxt/*
.nitro/*
.cache/*
dist/*
# Node dependencies
node_modules/*
# Logs
logs/*
*.log
# Misc
.DS_Store
.fleet
.idea
# Local env files
.env
.env.*
!.env.example