first commit
This commit is contained in:
+31
@@ -0,0 +1,31 @@
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
||||
# build outputs
|
||||
dist/
|
||||
.astro/
|
||||
|
||||
# logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# environment variables
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# macOS / Windows / Linux 系统文件
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*.swp
|
||||
*~
|
||||
|
||||
# IDE / 编辑器
|
||||
.idea/
|
||||
.vscode/
|
||||
*.iml
|
||||
|
||||
# misc
|
||||
.cache/
|
||||
Reference in New Issue
Block a user