Add .gitignore for docker-sync stuff
Motivation: df8b9d3fb9348cbcffd246331c5441f2f25bec64 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
98f9924bc5
commit
e3d38d85bd
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…
x
Reference in New Issue
Block a user