This commit is contained in:
2026-04-26 13:47:21 +08:00
commit 4983f34202
24 changed files with 2559 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
# Superpowers (internal tooling)
.superpowers/
# Dependencies
node_modules/
# Environment
.env
.env.local