From 54de5b6cc26b2f878ccc7d0691e520d9b8f69eb0 Mon Sep 17 00:00:00 2001 From: myrmidex Date: Thu, 19 Mar 2026 01:08:31 +0100 Subject: [PATCH] Align .gitignore and .editorconfig with project conventions --- .editorconfig | 2 +- .gitignore | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index a186cd2..8f0de65 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,5 +14,5 @@ trim_trailing_whitespace = false [*.{yml,yaml}] indent_size = 2 -[compose.yaml] +[docker-compose.yml] indent_size = 4 diff --git a/.gitignore b/.gitignore index 42090f4..1d4ca34 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,17 @@ +/.vite /.phpunit.cache /bootstrap/ssr /node_modules /public/build /public/hot /public/storage +/public/vendor /resources/js/actions /resources/js/routes /resources/js/wayfinder /storage/*.key /storage/pail /vendor -.DS_Store .env .env.backup .env.production @@ -20,10 +21,13 @@ Homestead.json Homestead.yaml npm-debug.log yarn-error.log +/package-lock.json /auth.json /.fleet /.idea /.nova /.vscode /.zed -package-lock.json +/coverage-report* +/coverage.xml +/.claude