mirror of
https://github.com/pesde-pkg/pesde.git
synced 2024-12-12 11:00:36 +00:00
23 lines
238 B
Text
23 lines
238 B
Text
|
# build output
|
||
|
dist/
|
||
|
# generated types
|
||
|
.astro/
|
||
|
.vercel/
|
||
|
|
||
|
# dependencies
|
||
|
node_modules/
|
||
|
|
||
|
# logs
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
pnpm-debug.log*
|
||
|
|
||
|
|
||
|
# environment variables
|
||
|
.env
|
||
|
.env.production
|
||
|
|
||
|
# macOS-specific files
|
||
|
.DS_Store
|