summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 1c614319158a4897359515a5292ead9bac66b2cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# IntelliJ
.idea/*
*.iml
**/*.pyc
**/xunit-results.xml
**/.coverage
**/coverage.xml
**/target
helm/test_config
helm/nosetests.xml
**/.tox
**/*.wgn
**/*.egg-info
**/.testenv
.vscode/*