From 6fc7fbe112ddacd17981365861a85f46a8621dac Mon Sep 17 00:00:00 2001 From: mahdi khanzadi Date: Tue, 12 Feb 2019 01:57:35 +0330 Subject: [PATCH] ignore phpstorm cache files --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 929de20..af76361 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ #ignore folder node_modules/ - +.idea #ignore file *.txt