Skip to content
Snippets Groups Projects
Commit d072d920 authored by Marc-Olivier Andrez's avatar Marc-Olivier Andrez
Browse files

ci: exclude Mongo DB downloaded files from Git repository

Rationale: `git` commands such as `git status` don't list these files
anymore which makes the output much more readable.
parent 82affcb9
No related branches found
No related tags found
No related merge requests found
......@@ -140,4 +140,7 @@ terraform.tfstate*
#helm chart
deploy/asapo_helm_chart/asapo/Chart.lock
deploy/asapo_helm_chart/asapo/charts/*.tgz
\ No newline at end of file
deploy/asapo_helm_chart/asapo/charts/*.tgz
# Files downloaded for Mongo DB
mongo-c-driver-*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment