From 2e89f007f5b338293c641a8a5d64653ff427e415 Mon Sep 17 00:00:00 2001 From: Quan Weiwei Date: Mon, 18 May 2020 11:29:55 +0800 Subject: [PATCH] modify .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index eaa3cd3..45cc5f3 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,7 @@ .phpunit.result.cache /phpunit.xml ###< symfony/phpunit-bridge ### + +###> phpstorm ### +.idea +###< phpstorm ### \ No newline at end of file -- GitLab