fix .gitignore rules

This commit is contained in:
servdal
2025-08-31 21:02:48 +07:00
parent c7ecb66ba1
commit 33d5d88045
10 changed files with 7 additions and 32 deletions

12
.gitignore vendored
View File

@@ -2,13 +2,15 @@
mergekemain.sh
# Ignore Laravel cache, logs, and storage
/htdocs/storage/*
/database
!/htdocs/storage/.gitignore
/htdocs/storage/
/htdocs/.env
/hotdocs/vendor/
/hotdocs/listenerlis/
/node_modules/
/npm-debug.log
/yarn-error.log
# Ignore bootstrap cache
/htdocs/bootstrap/cache/*
/htdocs/listenerlis/listener.log
/htdocs/listenerlis/tcp_raw_data.bin
.env
!/htdocs/bootstrap/cache/.gitignore