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
|
||||
|
||||
3
htdocs/storage/app/.gitignore
vendored
3
htdocs/storage/app/.gitignore
vendored
@@ -1,3 +0,0 @@
|
||||
*
|
||||
!public/
|
||||
!.gitignore
|
||||
2
htdocs/storage/app/public/.gitignore
vendored
2
htdocs/storage/app/public/.gitignore
vendored
@@ -1,2 +0,0 @@
|
||||
*
|
||||
!.gitignore
|
||||
9
htdocs/storage/framework/.gitignore
vendored
9
htdocs/storage/framework/.gitignore
vendored
@@ -1,9 +0,0 @@
|
||||
compiled.php
|
||||
config.php
|
||||
down
|
||||
events.scanned.php
|
||||
maintenance.php
|
||||
routes.php
|
||||
routes.scanned.php
|
||||
schedule-*
|
||||
services.json
|
||||
3
htdocs/storage/framework/cache/.gitignore
vendored
3
htdocs/storage/framework/cache/.gitignore
vendored
@@ -1,3 +0,0 @@
|
||||
*
|
||||
!data/
|
||||
!.gitignore
|
||||
@@ -1,2 +0,0 @@
|
||||
*
|
||||
!.gitignore
|
||||
2
htdocs/storage/framework/sessions/.gitignore
vendored
2
htdocs/storage/framework/sessions/.gitignore
vendored
@@ -1,2 +0,0 @@
|
||||
*
|
||||
!.gitignore
|
||||
2
htdocs/storage/framework/testing/.gitignore
vendored
2
htdocs/storage/framework/testing/.gitignore
vendored
@@ -1,2 +0,0 @@
|
||||
*
|
||||
!.gitignore
|
||||
2
htdocs/storage/framework/views/.gitignore
vendored
2
htdocs/storage/framework/views/.gitignore
vendored
@@ -1,2 +0,0 @@
|
||||
*
|
||||
!.gitignore
|
||||
2
htdocs/storage/logs/.gitignore
vendored
2
htdocs/storage/logs/.gitignore
vendored
@@ -1,2 +0,0 @@
|
||||
*
|
||||
!.gitignore
|
||||
Reference in New Issue
Block a user