Skip to content

Commit

Permalink
Merge pull request #294 from nspcc-dev/fix/k6-keys
Browse files Browse the repository at this point in the history
Add k6 assets to .gitignore and remove them on cleaning
  • Loading branch information
roman-khimov authored Nov 2, 2023
2 parents b7f7f11 + b8563b2 commit 3a7e566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ sites/*
services/storage/*tls.crt
services/storage/*tls.key
services/nats/*.pem
services/k6_node/id_ed25519*
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ hosts: vendor/hosts
.PHONY: clean
.ONESHELL:
clean:
@rm -rf vendor/* services/storage/s04tls.* services/nats/*.pem
@rm -rf vendor/* services/storage/s04tls.* services/nats/*.pem services/k6_node/id_ed25519*
@> .int_test.env
@for svc in $(PULL_SVCS)
do
Expand Down

0 comments on commit 3a7e566

Please sign in to comment.