Skip to content

Instantly share code, notes, and snippets.

@miladvafaeifard
Created December 4, 2018 21:23
Show Gist options
  • Save miladvafaeifard/f877cc88da107591d44729c0108211b9 to your computer and use it in GitHub Desktop.
Save miladvafaeifard/f877cc88da107591d44729c0108211b9 to your computer and use it in GitHub Desktop.
init docker ignore
# Common
README.md
CHANGELOG.md
docker-compose.yml
Dockerfile
# Node
## Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
## Dependency directories
node_modules/
# vscode
.vscode/
# JetBrains
.idea
# git
.git
.gitattributes
.gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment