15bc86b5a6
- Added package.json for project dependencies and scripts - Included tsconfig.json for TypeScript configuration
18 lines
132 B
Plaintext
18 lines
132 B
Plaintext
# build
|
|
dist/
|
|
.astro/
|
|
|
|
# deps
|
|
node_modules/
|
|
|
|
# env & logs
|
|
.env
|
|
.env.*
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# os / editor
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|