2026-05-21-11-13-49 独立Docker程序包
This commit is contained in:
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
WebSite/node_modules/
|
||||
|
||||
# Build output
|
||||
dist/
|
||||
WebSite/dist/
|
||||
|
||||
# Runtime backend state and generated exports
|
||||
data/
|
||||
exports/
|
||||
WebSite/data/
|
||||
WebSite/exports/
|
||||
|
||||
# Local env
|
||||
.env
|
||||
.env.*
|
||||
WebSite/.env
|
||||
WebSite/.env.*
|
||||
|
||||
# Logs and OS/editor noise
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
Reference in New Issue
Block a user