mirror of
https://github.com/StepanovPlaton/AboutMe.git
synced 2026-04-03 20:30:49 +04:00
21 lines
209 B
Plaintext
21 lines
209 B
Plaintext
# editor config
|
|
**/.vscode/
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# generated types
|
|
.astro/
|
|
.vercel/
|
|
|
|
# build output
|
|
dist/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# private config
|
|
.env |