mirror of
https://github.com/Kyren223/website.git
synced 2025-09-05 14:08:12 +00:00
25 lines
263 B
Plaintext
25 lines
263 B
Plaintext
# build output
|
|
dist/
|
|
|
|
# generated types
|
|
.astro/
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# environment variables
|
|
.env
|
|
.env.production
|
|
|
|
# kde-specific files
|
|
.directory
|
|
|
|
# jetbrains setting folder
|
|
.idea/
|