From: Lee <55973914+PeterAlfredLee@users.noreply.github.com> Date: Mon, 17 May 2021 08:32:19 +0000 (+0800) Subject: chore: ignore .idea/ and debug.log (#913) X-Git-Tag: v4.0.9~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec1b8dc8b088ed8536c8e98161a81fbc02e4fe13;p=thirdparty%2Fvuejs%2Frouter.git chore: ignore .idea/ and debug.log (#913) --- diff --git a/.gitignore b/.gitignore index ed70eac5..272fef42 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,5 @@ markdown explorations selenium-server.log browserstack.err +.idea +debug.log