Skip to content

Commit

Permalink
Add .gitignore for docker-sync stuff
Browse files Browse the repository at this point in the history
Motivation:

df8b9d3 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
  • Loading branch information
normanmaurer committed Mar 19, 2019
1 parent c7248d8 commit 32bca66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ dependency-reduced-pom.xml
# exclude mainframer files
mainframer
.mainframer

# exclude docker-sync stuff
.docker-sync
*/.docker-sync

0 comments on commit 32bca66

Please sign in to comment.