From 507de6fe1cee3afd82150e8726f3928b886cd4de Mon Sep 17 00:00:00 2001 From: "pavel.muhortov" Date: Sat, 7 Jan 2023 09:36:03 +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