diff --git a/README.md b/README.md index 4b973dc..d12f87a 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ merge_request: ``` - Create access token and pass it to CI as environment variable `VALHALLA_TOKEN` - Update or CI/CD scripts to use valhalla (see below for examples) +- Update your `.gitignore` ! see: ### 🔸 usage @@ -155,3 +156,11 @@ valhalla_release: # valhalla during committing adds [VALHALLA SKIP] at the end of commit msg - if: $CI_COMMIT_BRANCH =~ /^release-*/ && $CI_COMMIT_TITLE !~ /.*VALHALLA SKIP.*/ ``` +### 🚧 .gitignore + +Add to your `.gitignore` following rules, please create issue if valhalla commits to much files! + +``` +### Valhalla ### +.m2/ +```