# add git-ignore syntax here of things you don't want copied into docker image

# Repo, Build, Project files
.git
.idea
.teamcity
.vscode

# Dependencies and build miscellany that shouldn't be copied into the container
**/Dockerfile*
**/docker-compose.yml
**/node_modules
**/.DS_Store
