From 495c9a3324101a39a20e38a4f905243ec255545c Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Wed, 23 Apr 2025 15:54:45 +0200 Subject: [PATCH] build: add strict .dockerignore file --- .dockerignore | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 000000000..33fbe93f3 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,53 @@ +.env +.env.* + +.bash_history +.ssh + +.bun +.npm +node_modules +/vendor + +/.cursor +/.fleet +/.idea +/.nova +/.vscode +/.zed + +*.log + +.DS_Store +Thumbs.db + +*.sqlite* + +/auth.json +.ignition.json +.phpactor.json +.phpunit.cache +.phpunit.result.cache +Homestead.json +Homestead.yaml + +/bootstrap/cache/** + +/public/build +/public/hot +/public/storage + +/storage/** +!/storage/**/ + +.git +.gitattributes +.github +.gitignore +.gitkeep + +.dockerignore + +*.md +*.mdx +LICENSE