Ignore rules for git and docker-build

This commit is contained in:
Alex Wright 2019-01-22 15:29:37 +01:00
parent 7ae20985b1
commit ac2a69a5ed
2 changed files with 13 additions and 0 deletions

2
.dockerignore Normal file
View File

@ -0,0 +1,2 @@
./storage
./src/vendor

11
.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
/src/public/hot
/src/public/storage
/storage
/src/vendor
/src/storage
.env
*.cache
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log