From 94f4e53860bb414259e1abb4e8798b0c97fa15f7 Mon Sep 17 00:00:00 2001 From: theRADcozaDEV Date: Sun, 15 Mar 2026 07:37:23 +0200 Subject: [PATCH] push --- .dockerignore | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..0845c0a --- /dev/null +++ b/.dockerignore @@ -0,0 +1,34 @@ +# Dependencies +src/node_modules +src/vendor + +# Git +.git +.gitignore + +# IDE +.idea +.vscode +*.swp +*.swo + +# OS +.DS_Store +Thumbs.db + +# Build artifacts +src/public/build +src/public/hot + +# Testing +src/coverage + +# Logs +*.log +src/storage/logs/* + +# Cache +src/bootstrap/cache/* +src/storage/framework/cache/* +src/storage/framework/sessions/* +src/storage/framework/views/*