diff --git a/.gitignore b/.gitignore index 69d6c71d..82009f36 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/htdocs/storage/app/.gitignore b/htdocs/storage/app/.gitignore deleted file mode 100644 index 8f4803c0..00000000 --- a/htdocs/storage/app/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -* -!public/ -!.gitignore diff --git a/htdocs/storage/app/public/.gitignore b/htdocs/storage/app/public/.gitignore deleted file mode 100644 index d6b7ef32..00000000 --- a/htdocs/storage/app/public/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore diff --git a/htdocs/storage/framework/.gitignore b/htdocs/storage/framework/.gitignore deleted file mode 100644 index 05c4471f..00000000 --- a/htdocs/storage/framework/.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -compiled.php -config.php -down -events.scanned.php -maintenance.php -routes.php -routes.scanned.php -schedule-* -services.json diff --git a/htdocs/storage/framework/cache/.gitignore b/htdocs/storage/framework/cache/.gitignore deleted file mode 100644 index 01e4a6cd..00000000 --- a/htdocs/storage/framework/cache/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -* -!data/ -!.gitignore diff --git a/htdocs/storage/framework/cache/data/.gitignore b/htdocs/storage/framework/cache/data/.gitignore deleted file mode 100644 index d6b7ef32..00000000 --- a/htdocs/storage/framework/cache/data/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore diff --git a/htdocs/storage/framework/sessions/.gitignore b/htdocs/storage/framework/sessions/.gitignore deleted file mode 100644 index d6b7ef32..00000000 --- a/htdocs/storage/framework/sessions/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore diff --git a/htdocs/storage/framework/testing/.gitignore b/htdocs/storage/framework/testing/.gitignore deleted file mode 100644 index d6b7ef32..00000000 --- a/htdocs/storage/framework/testing/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore diff --git a/htdocs/storage/framework/views/.gitignore b/htdocs/storage/framework/views/.gitignore deleted file mode 100644 index d6b7ef32..00000000 --- a/htdocs/storage/framework/views/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore diff --git a/htdocs/storage/logs/.gitignore b/htdocs/storage/logs/.gitignore deleted file mode 100644 index d6b7ef32..00000000 --- a/htdocs/storage/logs/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore