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:
Norman Maurer 2019-03-19 14:03:15 +01:00
parent 98f9924bc5
commit e3d38d85bd
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -37,3 +37,7 @@ dependency-reduced-pom.xml
# exclude mainframer files
mainframer
.mainframer
# exclude docker-sync stuff
.docker-sync
*/.docker-sync