Created
December 4, 2018 21:23
-
-
Save miladvafaeifard/f877cc88da107591d44729c0108211b9 to your computer and use it in GitHub Desktop.
init docker ignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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