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

# Repo, Build, Project files
**/.git
**/.gitignore
**/.idea
**/.teamcity
**/.vscode

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

# OS Stuff
**/.DS_Store
