ci: updated dockerfiles

This commit is contained in:
Marvin Zhang
2024-11-20 14:21:05 +08:00
parent bbeb752e17
commit 1e2cad899d
11 changed files with 194 additions and 35 deletions

View File

@@ -1,2 +1,33 @@
# Ignore the .npmrc file
.npmrc
.npmrc
# Ignore node_modules
node_modules
# local env files
.env.local
.env.*.local
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Ignore stats.html
stats.html
# Ignore .turbo
.turbo
# Ignore tmp directory
tmp/