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

# Repo, Build, Project files
**/.idea
**/.vscode

# Dependencies and build miscellany that shouldn't be added to git
**/node_modules
**/yarn-error.log

# OS Stuff
**/.DS_Store

# Specific

.teamcity/*.iml
