Files
usa/.gitignore
2026-03-03 17:54:43 +08:00

34 lines
416 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# API databaseSQLite 文件,部署时应挂载卷持久化,勿提交)
server/data.db
# Env含 token勿提交
.env
.env.local
.env.*.local
.pyc