diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 35 |
1 files changed, 13 insertions, 22 deletions
@@ -1,23 +1,14 @@ -/.phpunit.cache -/node_modules -/public/build -/public/hot -/public/storage -/storage/*.key -/vendor +/docs/ +/lib/ +/bin/ +/.shards/ +*.dwarf +start_server +*.dwarf +*.local.cr .env -.env.backup -.env.production -.phpunit.result.cache -Homestead.json -Homestead.yaml -auth.json -npm-debug.log -yarn-error.log -/.fleet -/.idea -/.vscode -**/.DS_Store -/log -/storage -/tmp +/tmp/public/js +/public/css +/public/mix-manifest.json +/node_modules +yarn-error.log
\ No newline at end of file |