diff --git a/.gitignore b/.gitignore index 801bd05..cea25e9 100644 --- a/.gitignore +++ b/.gitignore @@ -11,14 +11,18 @@ .phpunit.result.cache Homestead.json Homestead.yaml -auth.json npm-debug.log yarn-error.log -/.fleet -/.idea -/.vscode **/.DS_Store /log /storage /tmp + +# IDE Config Files +/.fleet +/.idea +/.vscode +/.nova + +# Project-specific /public/pub