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
98f9924bc5
commit
e3d38d85bd
4
.gitignore
vendored
4
.gitignore
vendored
@ -37,3 +37,7 @@ dependency-reduced-pom.xml
|
||||
# exclude mainframer files
|
||||
mainframer
|
||||
.mainframer
|
||||
|
||||
# exclude docker-sync stuff
|
||||
.docker-sync
|
||||
*/.docker-sync
|
||||
|
Loading…
Reference in New Issue
Block a user