From 515198b28c460ab83e6d90678e9f2b881d90babc Mon Sep 17 00:00:00 2001 From: Christian Winther Date: Thu, 22 Feb 2024 15:12:22 +0000 Subject: [PATCH] sync ignore files --- .dockerignore | 14 ++++++++++++-- .gitignore | 32 ++++++++++++++++++++------------ 2 files changed, 32 insertions(+), 14 deletions(-) diff --git a/.dockerignore b/.dockerignore index 7c06534dc..757a67a51 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,13 +1,23 @@ .DS_Store -/.composer/ +/.bash_history +/.bash_profile +/.bashrc +/.composer /.env +/.env.dottie-backup /.git +/.git-credentials /.gitconfig /.gitignore +/.idea +/.vagrant /bootstrap/cache /docker-compose-state/ +/Homestead.json +/Homestead.yaml /node_modules /npm-debug.log +/public/hot /public/storage /public/vendor/horizon /storage/*.key @@ -15,6 +25,6 @@ /vendor /yarn-error.log -# exceptions - these *MUST* be last +# Exceptions - these *MUST* be last !/bootstrap/cache/.gitignore !/public/vendor/horizon/.gitignore diff --git a/.gitignore b/.gitignore index b8e9b18de..ba2c7d07f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1,30 @@ -.bash_history -.bash_profile -.bashrc .DS_Store -.env -.env.dottie-backup -.git-credentials -.gitconfig -/.composer/ +/.bash_history +/.bash_profile +/.bashrc +/.composer +/.env +/.env.dottie-backup +#/.git +/.git-credentials +/.gitconfig +#/.gitignore /.idea /.vagrant +/bootstrap/cache /docker-compose-state/ +/Homestead.json +/Homestead.yaml /node_modules +/npm-debug.log /public/hot /public/storage +/public/vendor/horizon /storage/*.key /storage/docker /vendor -Homestead.json -Homestead.yaml -npm-debug.log -yarn-error.log +/yarn-error.log + +# Exceptions - these *MUST* be last +!/bootstrap/cache/.gitignore +!/public/vendor/horizon/.gitignore