mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
17 lines
202 B
Plaintext
17 lines
202 B
Plaintext
# Ignore everything
|
|
/*
|
|
|
|
# Except these files & folders
|
|
!/src
|
|
!/public
|
|
!/.github
|
|
!tsconfig.json
|
|
!astro.config.ts
|
|
!package.json
|
|
!.prettierrc
|
|
!eslint.config.js
|
|
!README.md
|
|
!.vscode
|
|
|
|
# Ignore MDX files
|
|
*.mdx |