Update .gitignore (#2380)

pull/2381/head
wanghe 1 year ago committed by GitHub
parent 4932c533ae
commit 1cdba27cae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

28
.gitignore vendored

@ -4,9 +4,30 @@
*.dll *.dll
*.so *.so
*.dylib *.dylib
build/1panel
# Mac
.DS_Store
*/.DS_Store
# VS Code
.vscode
*.project
*.factorypath
# IntelliJ IDEA
.idea .idea
*.iws
*.iml
*.ipr
build/1panel # NetBeans
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/
# Test binary, built with `go test -c` # Test binary, built with `go test -c`
*.test *.test
@ -14,8 +35,7 @@ build/1panel
# Output of the go coverage tool, specifically when used with LiteIDE # Output of the go coverage tool, specifically when used with LiteIDE
*.out *.out
# Dependency directories (remove the comment below to include it) # Dependency directories
# vendor/
/pkg/ /pkg/
backend/__debug_bin backend/__debug_bin
cmd/server/__debug_bin cmd/server/__debug_bin
@ -31,7 +51,5 @@ dist/
1panel.service 1panel.service
install.sh install.sh
quick_start.sh quick_start.sh
cmd/server/web/.DS_Store
cmd/server/.DS_Store
cmd/server/fileList.txt cmd/server/fileList.txt
.fileList.txt .fileList.txt

Loading…
Cancel
Save