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
# logs
# logs - mengabaikan isi logs tetapi menyimpan struktur folder
logs/*
!logs/.gitkeep
!logs/backend/
!logs/frontend/
# **/logs/
# *.log
# **/*.log
# log/
# **/log/
logs/backend/*
!logs/backend/.gitkeep
logs/frontend/*
!logs/frontend/.gitkeep
# typescript
*.tsbuildinfo