mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:01:42 +08:00
9dcc5e1932
* wip: astro config to use .ts instead of .mjs * fix: remove invalid prop in astro config * refactor: single source of truth for site url * refactor: make minor updates due to astro.config.ts --------- Co-authored-by: satnaing <satnaingdev@gmail.com>
13 lines
163 B
Plaintext
13 lines
163 B
Plaintext
# Ignore everything
|
|
/*
|
|
|
|
# Except these files & folders
|
|
!/src
|
|
!/public
|
|
!/.github
|
|
!tsconfig.json
|
|
!astro.config.ts
|
|
!package.json
|
|
!.prettierrc
|
|
!.eslintrc.js
|
|
!README.md |