Add the initial project blueprint, Go backend skeleton, frontend app shell, database schema draft, and local development/deployment files.
13 lines
87 B
Plaintext
13 lines
87 B
Plaintext
node_modules/
|
|
dist/
|
|
build/
|
|
.vite/
|
|
.DS_Store
|
|
.env
|
|
.env.local
|
|
coverage/
|
|
tmp/
|
|
*.log
|
|
bin/
|
|
|