mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-28 17:50:56 +01:00
ci: updated dockerfiles
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user