diff --git a/.gitignore b/.gitignore index 7e4a0a1..593cf90 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,7 @@ /.phpunit.cache -/node_modules -/public/build/* -/public/hot/* -/public/storage/* -/storage/*.key -/resources/views/vendor* -/vendor -.env -.env.backup -.env.production Homestead.json Homestead.yaml auth.json -npm-debug.log -yarn-error.log /.fleet /.idea /.vscode diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..ce26019 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,18 @@ +/.phpunit.cache +/node_modules +/public/build/* +/public/hot/* +/public/storage/* +/storage/*.key +/resources/views/vendor* +/vendor +.env +.env.backup +.env.production +Homestead.json +Homestead.yaml +auth.json +npm-debug.log +yarn-error.log +/.fleet +/.idea \ No newline at end of file