From 0dca089cf1b9590ab81a28214defdefa0637e113 Mon Sep 17 00:00:00 2001 From: dengqichen Date: Tue, 13 Aug 2024 10:16:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 5d947ca..bcea527 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,7 @@ bin-release/ # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` # should NOT be excluded as they contain compiler settings and other important # information for Eclipse / Flash Builder. +/node_modules/ +/dist/ +/out/ +/.idea/