Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I446dc88e7dab36f8955338d650b85ac46a6a6964
28 lines
287 B
Text
28 lines
287 B
Text
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# Generated types
|
|
.astro/
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Debugging
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Things handled by other linters
|
|
*.md
|
|
*.yaml
|
|
*.yml
|
|
*.json
|
|
!.prettierrc
|
|
!.package.json
|