14 lines
No EOL
184 B
Text
14 lines
No EOL
184 B
Text
# Ignore everything
|
|
/*
|
|
|
|
# Except these files & folders
|
|
!/src
|
|
!/public
|
|
!/.github
|
|
!tsconfig.json
|
|
!astro.config.ts
|
|
!.prettierrc.mjs
|
|
!package.json
|
|
!.prettierrc
|
|
!eslint.config.js
|
|
!README.md |