Add .gitignore for docker-sync stuff
Motivation:
df8b9d3fb9
added config files for docker-sync but missed to add a gitignore for .docker-sync
Modifications:
Add .docker-sync to gitignore
Result:
Ignore .docker-sync directory
This commit is contained in:
parent
c7248d84b5
commit
32bca66794
4
.gitignore
vendored
4
.gitignore
vendored
@ -37,3 +37,7 @@ dependency-reduced-pom.xml
|
|||||||
# exclude mainframer files
|
# exclude mainframer files
|
||||||
mainframer
|
mainframer
|
||||||
.mainframer
|
.mainframer
|
||||||
|
|
||||||
|
# exclude docker-sync stuff
|
||||||
|
.docker-sync
|
||||||
|
*/.docker-sync
|
||||||
|
Loading…
Reference in New Issue
Block a user