All checks were successful
Build and Deploy / build-deploy (push) Successful in 46s
25 lines
331 B
Plaintext
25 lines
331 B
Plaintext
# build output
|
|
dist/
|
|
# generated types
|
|
.astro/
|
|
# dependencies
|
|
node_modules/
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
# environment
|
|
.env
|
|
.env.production
|
|
# secrets / credentials (never commit)
|
|
AccessKey*
|
|
*.secret
|
|
*secret*.ini
|
|
credentials*
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# 本地凭据,禁止提交
|
|
CREDENTIALS.txt
|