diff --git a/.gitignore b/.gitignore index 8c2b884..50b09f4 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,16 @@ # Built Visual Studio Code Extensions *.vsix +# IntelliJ related files +.idea +*.iml + +# Distribution / packaging / credential / logs +build/ +dist/ +downloads/ +test/ +tmp/ +var/ +*.conf +*.log \ No newline at end of file