Merge pull request #15 from openHPI/ignore-idea-files

Exclude IntelliJ and GoLand files
This commit is contained in:
Sebastian Serth
2021-10-21 10:57:22 +02:00
committed by GitHub

4
.gitignore vendored
View File

@ -12,3 +12,7 @@ tests/e2e/configuration.yaml
# trivy artifacts
.trivy
# IDE files
/.idea
*.iml