feat(tree-wide): init

This commit is contained in:
Saahil dutta 2025-06-17 22:37:13 -04:00
parent c55d4ac9fc
commit 0dcd234614
Signed by: neon
GPG key ID: 8A8B64515254CFC6
93 changed files with 123 additions and 43291 deletions

37
.gitignore vendored
View file

@ -1,23 +1,24 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Nuxt dev/build outputs
.output
.data
.nuxt
.nitro
.cache
dist
# dependencies
/node_modules
/.pnp
.pnp.js
# Node dependencies
node_modules
# testing
/coverage
# Logs
logs
*.log
# production
/build
# misc
# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
.fleet
.idea
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Local env files
.env
.env.*
!.env.example