fix gitignore

This commit is contained in:
2025-02-25 11:36:12 +08:00
parent c43e833738
commit d84abeb994
4 changed files with 6 additions and 6 deletions

12
.gitignore vendored
View File

@@ -36,15 +36,15 @@ yarn-error.log*
# vercel # vercel
.vercel .vercel
# logs # logs - mengabaikan isi logs tetapi menyimpan struktur folder
logs/* logs/*
!logs/.gitkeep
!logs/backend/ !logs/backend/
!logs/frontend/ !logs/frontend/
# **/logs/ logs/backend/*
# *.log !logs/backend/.gitkeep
# **/*.log logs/frontend/*
# log/ !logs/frontend/.gitkeep
# **/log/
# typescript # typescript
*.tsbuildinfo *.tsbuildinfo

0
logs/.gitkeep Normal file
View File

0
logs/backend/.gitkeep Normal file
View File

0
logs/frontend/.gitkeep Normal file
View File