aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore35
1 files changed, 13 insertions, 22 deletions
diff --git a/.gitignore b/.gitignore
index a14cfc4..b6958cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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