Skip to content

Commit

Permalink
Update .gitignore (#2472)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Mar 8, 2022
1 parent e15316f commit 1f2e063
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ nginx-ingress
osx-nginx-plus-ingress
nginx-plus-ingress
cmd/nginx-ingress/nginx-ingress
dist/

# NGINX Plus license files
*.crt
Expand All @@ -53,11 +54,12 @@ site/
venv/
docs/public
docs/themes/f5-hugo
dist/
.netlify/
docs/.netlify

# trivy container scanning cache
.trivycache/

# coverage files
coverage.txt
coverage.out

0 comments on commit 1f2e063

Please sign in to comment.