13 lines
163 B
Text
13 lines
163 B
Text
|
# Ignore everything
|
||
|
/*
|
||
|
|
||
|
# Except these files & folders
|
||
|
!/src
|
||
|
!/public
|
||
|
!/.github
|
||
|
!tsconfig.json
|
||
|
!astro.config.ts
|
||
|
!package.json
|
||
|
!.prettierrc
|
||
|
!.eslintrc.js
|
||
|
!README.md
|