Correct gitignores
This commit is contained in:
parent
3c1eec2684
commit
76d1857aba
3 changed files with 4 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -22,6 +22,3 @@
|
||||||
Homestead.json
|
Homestead.json
|
||||||
Homestead.yaml
|
Homestead.yaml
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
/docker/mysql/data
|
|
||||||
/docker/redis/data
|
|
||||||
|
|
|
||||||
2
docker/mysql/data/.gitignore
vendored
Normal file
2
docker/mysql/data/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
*
|
||||||
|
!.gitignore
|
||||||
2
docker/redis/data/.gitignore
vendored
Normal file
2
docker/redis/data/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
*
|
||||||
|
!.gitignore
|
||||||
Loading…
Add table
Reference in a new issue