devcontainer, proper CI/CD, etc etc

This commit is contained in:
2026-02-10 20:58:16 -03:00
parent bf2ea80830
commit 561b4575e0
18 changed files with 2193 additions and 204 deletions

35
.gitignore vendored Normal file
View File

@@ -0,0 +1,35 @@
# Dependencies
node_modules
.pnpm-store
.npm
# Lockfiles from other package managers (we use pnpm)
package-lock.json
yarn.lock
bun.lockb
# Local env and secrets
.env
.env.*
!.env.example
# Logs and debug
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
# OS and IDE
.DS_Store
Thumbs.db
.idea
*.swp
*.swo
*~
# Build output (if added later)
dist
build
.next
out