fix .gitignore rules
This commit is contained in:
No files matched your search
+7
-4
@@ -2,11 +2,14 @@
|
||||
|
||||
mergekemain.sh
|
||||
# Ignore Laravel cache, logs, and storage
|
||||
/htdocs/storage/
|
||||
/htdocs/.env
|
||||
/hotdocs/vendor/
|
||||
/hotdocs/listenerlis/
|
||||
|
||||
/htdocs/vendor/
|
||||
/htdocs/listenerlis/
|
||||
/htdocs/storage/*.key
|
||||
/htdocs/storage/logs/*
|
||||
/htdocs/storage/framework/cache/*
|
||||
/htdocs/storage/framework/sessions/*
|
||||
/htdocs/storage/framework/views/*
|
||||
/node_modules/
|
||||
/npm-debug.log
|
||||
/yarn-error.log
|
||||
|
||||
Reference in New Issue
Block a user