chore: only ignore root dirs (#2741)

pull/2757/head
BoYanZh 2022-12-18 16:48:32 +08:00 committed by GitHub
parent faf4150d1e
commit 3b2ae85009
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 7 deletions

15
.gitignore vendored
View File

@ -20,11 +20,12 @@ output/
# Dependency directories (remove the comment below to include it) # Dependency directories (remove the comment below to include it)
# vendor/ # vendor/
bin/* /bin/*
*.json *.json
data/ /build
log/ /data/
lang/ /log/
daemon/ /lang/
public/dist/* /daemon/
!public/dist/README.md /public/dist/*
/!public/dist/README.md