From 1cdba27cae6e41da734c85fb8299b77a5461a07c Mon Sep 17 00:00:00 2001 From: wanghe Date: Fri, 22 Sep 2023 15:46:37 +0800 Subject: [PATCH] Update .gitignore (#2380) --- .gitignore | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d9ce73975..15dc0333d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,9 +4,30 @@ *.dll *.so *.dylib +build/1panel + +# Mac +.DS_Store +*/.DS_Store + +# VS Code +.vscode +*.project +*.factorypath + +# IntelliJ IDEA .idea +*.iws +*.iml +*.ipr -build/1panel +# NetBeans +nbproject/private/ +build/ +nbbuild/ +dist/ +nbdist/ +.nb-gradle/ # Test binary, built with `go test -c` *.test @@ -14,8 +35,7 @@ build/1panel # Output of the go coverage tool, specifically when used with LiteIDE *.out -# Dependency directories (remove the comment below to include it) -# vendor/ +# Dependency directories /pkg/ backend/__debug_bin cmd/server/__debug_bin @@ -31,7 +51,5 @@ dist/ 1panel.service install.sh quick_start.sh -cmd/server/web/.DS_Store -cmd/server/.DS_Store cmd/server/fileList.txt .fileList.txt