diff --git a/.gitignore b/.gitignore index 000336813..4857e881a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,42 +1,27 @@ -/vendor -*.DS_Store* -!.env.ci -!.env.example -.env* -.vagrant/* -.vscode/* -storage/framework/* -/.idea -/nbproject -/.direnv - -node_modules -*.log -_ide_helper.php -_ide_helper_models.php -.phpstorm.meta.php -.yarn -public/assets/manifest.json -*.sqlite - -# For local development with docker -# Remove if we ever put the Dockerfile in the repo -.dockerignore -docker-compose.yml - -# for image related files -misc -.php-cs-fixer.cache -coverage.xml -resources/lang/locales.js -.phpunit.result.cache - +/.phpunit.cache +/node_modules /public/build /public/hot -result -docker-compose.yaml - -public/css/filament-monaco-editor/ - -public/js/filament-monaco-editor/ -/database/testing +/public/storage +/storage/*.key +/vendor +*.DS_Store* +.env +.env.backup +.env.production +.phpactor.json +.phpunit.result.cache +Homestead.json +Homestead.yaml +auth.json +npm-debug.log +yarn-error.log +/.fleet +/.idea +/.vscode + +public/assets/manifest.json +/database/*.sqlite +filament-monaco-editor/ +_ide_helper* +/.phpstorm.meta.php diff --git a/storage/framework/.gitignore b/storage/framework/.gitignore index 953edb7a9..05c4471f2 100755 --- a/storage/framework/.gitignore +++ b/storage/framework/.gitignore @@ -1,7 +1,9 @@ -config.php -routes.php compiled.php -services.json -events.scanned.php -routes.scanned.php +config.php down +events.scanned.php +maintenance.php +routes.php +routes.scanned.php +schedule-* +services.json diff --git a/storage/framework/testing/.gitignore b/storage/framework/testing/.gitignore new file mode 100644 index 000000000..d6b7ef32c --- /dev/null +++ b/storage/framework/testing/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore