mirror of
https://github.com/alexohneander/alexohneander-astro.git
synced 2025-06-28 22:41:53 +00:00
13 lines
164 B
Plaintext
13 lines
164 B
Plaintext
# Ignore everything
|
|
/*
|
|
|
|
# Except these files & folders
|
|
!/src
|
|
!/public
|
|
!/.github
|
|
!tsconfig.json
|
|
!astro.config.mjs
|
|
!package.json
|
|
!.prettierrc
|
|
!.eslintrc.js
|
|
!README.md |