fix .gitignore rules
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user