diff options
author | George Hazan <ghazan@miranda.im> | 2022-09-01 11:52:09 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-09-01 11:52:09 +0300 |
commit | ab663bfc496f4a47416e2b35d088ac0af8f29204 (patch) | |
tree | 4131a8fe6f3b52c92c6134a719e7b30baeffc014 /.gitignore | |
parent | 907bcc72133babf63b73218981798716de0ac4d0 (diff) |
let's add .idea files to ignore list
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 20c57e09e7..6019f5d5bc 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ Debug64/ Release/ Release64/ ipch/ +.idea/ .vs/ *.VC.db *.VC.VC.opendb |