From 94c1687f1089890356b2bd20b0bfc0ddea7e6875 Mon Sep 17 00:00:00 2001 From: chenbiao Date: Thu, 12 May 2022 10:21:50 +0800 Subject: [PATCH] add gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 7ee56bb..e3684df 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ .project jy_parkingOS.iml .idea/misc.xml +.idea/modules.xml # Windows [Dd]esktop.ini @@ -21,4 +22,6 @@ $RECYCLE.BIN/ # Node.js node_modules/ +unpackage/ + -- libgit2 0.21.4