fix .gitignore rules
This commit is contained in:
No files matched your search
+7
-5
@@ -2,13 +2,15 @@
|
|||||||
|
|
||||||
mergekemain.sh
|
mergekemain.sh
|
||||||
# Ignore Laravel cache, logs, and storage
|
# Ignore Laravel cache, logs, and storage
|
||||||
/htdocs/storage/*
|
/htdocs/storage/
|
||||||
/database
|
|
||||||
!/htdocs/storage/.gitignore
|
|
||||||
/htdocs/.env
|
/htdocs/.env
|
||||||
|
/hotdocs/vendor/
|
||||||
|
/hotdocs/listenerlis/
|
||||||
|
|
||||||
|
/node_modules/
|
||||||
|
/npm-debug.log
|
||||||
|
/yarn-error.log
|
||||||
# Ignore bootstrap cache
|
# Ignore bootstrap cache
|
||||||
/htdocs/bootstrap/cache/*
|
/htdocs/bootstrap/cache/*
|
||||||
/htdocs/listenerlis/listener.log
|
|
||||||
/htdocs/listenerlis/tcp_raw_data.bin
|
|
||||||
.env
|
.env
|
||||||
!/htdocs/bootstrap/cache/.gitignore
|
!/htdocs/bootstrap/cache/.gitignore
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
*
|
|
||||||
!public/
|
|
||||||
!.gitignore
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
*
|
|
||||||
!.gitignore
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
compiled.php
|
|
||||||
config.php
|
|
||||||
down
|
|
||||||
events.scanned.php
|
|
||||||
maintenance.php
|
|
||||||
routes.php
|
|
||||||
routes.scanned.php
|
|
||||||
schedule-*
|
|
||||||
services.json
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
*
|
|
||||||
!data/
|
|
||||||
!.gitignore
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
*
|
|
||||||
!.gitignore
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
*
|
|
||||||
!.gitignore
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
*
|
|
||||||
!.gitignore
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
*
|
|
||||||
!.gitignore
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
*
|
|
||||||
!.gitignore
|
|
||||||
Reference in New Issue
Block a user