diff options
| author | grothedev <grothedev@gmail.com> | 2025-12-28 22:16:11 -0500 |
|---|---|---|
| committer | grothedev <grothedev@gmail.com> | 2025-12-28 22:16:11 -0500 |
| commit | 57445d4ccbfe1cb190437c8f6b609fc83723b015 (patch) | |
| tree | 2e4f50e834faceb068502d231ad2c9cc30067f9b /.gitignore | |
had claude code start making this project just to see what happens
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a97b1ac --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +*.log +.DS_Store +.env +.env.backup +.env.production +.phpactor.json +.phpunit.result.cache +/.fleet +/.idea +/.nova +/.phpunit.cache +/.vscode +/.zed +/auth.json +/node_modules +/public/build +/public/hot +/public/storage +/storage/*.key +/storage/pail +/vendor +Homestead.json +Homestead.yaml +Thumbs.db +storage/app/public/uploads/* |
