diff --git a/.env.development.example b/.env.local.example similarity index 100% rename from .env.development.example rename to .env.local.example diff --git a/.gitignore b/.gitignore index af9ac1a29..c3e42c879 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ .env.* !.env.testing !.env.example -!.env.development.example +!.env.local.example !.env.production.example .bash_history @@ -13,18 +13,25 @@ node_modules /vendor +*.log + +.ai +CLAUDE.md /.cursor /.fleet /.idea +/.junie /.nova /.vscode +/.windsurfrules /.zed -*.log - .DS_Store Thumbs.db +*.swo +*.swp + *.sqlite* /auth.json @@ -35,9 +42,10 @@ Thumbs.db Homestead.json Homestead.yaml -/public/build/ -/public/hot/ -/public/storage/ +/public/build +/public/hot +/public/storage +/public/vendor /storage/** !/storage/app