Sfoglia il codice sorgente

update ignore files

Christian Winther 1 anno fa
parent
commit
3bfd043792
2 ha cambiato i file con 20 aggiunte e 3 eliminazioni
  1. 19 3
      .dockerignore
  2. 1 0
      .gitignore

+ 19 - 3
.dockerignore

@@ -1,4 +1,20 @@
-.env
-.git
-.gitignore
+.DS_Store
+/.composer/
+/.env
+/.git
+/.gitconfig
+/.gitignore
+/bootstrap/cache
 /docker-compose-state/
+/node_modules
+/npm-debug.log
+/public/storage
+/public/vendor/horizon
+/storage/*.key
+/storage/docker
+/vendor
+/yarn-error.log
+
+# exceptions - these *MUST* be last
+!/bootstrap/cache/.gitignore
+!/public/vendor/horizon/.gitignore

+ 1 - 0
.gitignore

@@ -14,6 +14,7 @@
 /public/hot
 /public/storage
 /storage/*.key
+/storage/docker
 /vendor
 Homestead.json
 Homestead.yaml