X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.gitignore;h=7d1bceb181695720c4daed2bb4d94ae222888c2f;hb=refs%2Fheads%2Fmaster;hp=8a809f235c215669eb24ba4f8ff57a97ece014ba;hpb=7a724b15b5a1266b8517d56008becd336db6a1c5;p=logging-analytics.git diff --git a/.gitignore b/.gitignore index 8a809f2..7d1bceb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,29 @@ -.idea +# Maven +target/ +build/ + +# Vagrant +.vagrant + +# IntelliJ +.idea/ +*.iml + +# Eclipse .project .classpath .settings -*.iml + +# Python +.tox/ +__pycache__/ +*.pyc +.pytest_cache/ + npm-debug.log node_modules/ node_install/ test_output/ test-output/ -target/ dist/ - +venv/ \ No newline at end of file