changed file
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 17s
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 17s
This commit is contained in:
parent
edc237e788
commit
9a3364f51e
19 changed files with 1909 additions and 59 deletions
25
.gitignore
vendored
25
.gitignore
vendored
|
@ -1,3 +1,24 @@
|
|||
.vscode
|
||||
.idea
|
||||
# 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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue