From 3b2ae85009abfab841ef2e53a7931bfd8d453728 Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Sun, 18 Dec 2022 16:48:32 +0800 Subject: [PATCH] chore: only ignore root dirs (#2741) --- .gitignore | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index e1825952..a21da624 100644 --- a/.gitignore +++ b/.gitignore @@ -20,11 +20,12 @@ output/ # Dependency directories (remove the comment below to include it) # vendor/ -bin/* +/bin/* *.json -data/ -log/ -lang/ -daemon/ -public/dist/* -!public/dist/README.md \ No newline at end of file +/build +/data/ +/log/ +/lang/ +/daemon/ +/public/dist/* +/!public/dist/README.md