X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.gitignore;h=62501cf8c92b6362f174b74cf892f24261c6e50a;hb=47b7c0e7d4c1ecc48df63c8e18ac06e6278a92cd;hp=b1c3835bd96393e2ed1be21a76d4b0ff1ae7c6ab;hpb=e99b7fa829bf957c2a46223a1a20a32aebeda91b;p=music.git diff --git a/.gitignore b/.gitignore index b1c3835b..62501cf8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,43 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] + # ignore all bin directories # matches "bin" in any subfolder bin/ + # ignore all target directories target/ src/main/webapp # ignore all files ending with ~ *~ + .DS_Store + ._* +# Ignore jars +**/*.jar +*.jar + + .metadata # Eclipse stuff -/.settings/ +.settings/ .classpath .project # Idea .idea debug-logs/ -/logs/ +.README.md.html + +docs/Makefile +docs/_build +docs/conf.py + +#VSCODE +.VSCODE +.attach_pid* + + +#jmeter +jmeter.log