Initial commit

This commit is contained in:
jessy-david-dev
2026-01-18 23:33:05 +01:00
commit d926a2acd1
65 changed files with 6331 additions and 0 deletions
+44
View File
@@ -0,0 +1,44 @@
# Dependencies
node_modules
.pnpm-store
# Build outputs
dist
.next
out
build
# Cache
.turbo
.cache
*.tsbuildinfo
# Environment
.env
.env.local
.env.*.local
# IDE
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
.idea
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Test
coverage
.nyc_output
# Misc
*.swp
*.swo