Updated .gitignore
Added removal for upload artifacts
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@ -11,6 +11,11 @@ lerna-debug.log*
|
||||
# Diagnostic reports (https://nodejs.org/api/report.html)
|
||||
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
||||
|
||||
# captain definition files and docker files and compiled tar files
|
||||
*.tar
|
||||
captain-definition
|
||||
Dockerfile
|
||||
|
||||
# Runtime data
|
||||
pids
|
||||
*.pid
|
||||
|
Reference in New Issue
Block a user