From 8320342174c0c51ea4a319ced75370a6e7375e65 Mon Sep 17 00:00:00 2001 From: "pavel.muhortov" Date: Thu, 5 Jan 2023 19:45:02 +0300 Subject: [PATCH] ignore IDE settings --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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