Last active
January 11, 2022 09:03
-
-
Save tidusia/0e96a9bac2b87aa990f12073256b50c7 to your computer and use it in GitHub Desktop.
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
# Global docker ignore | |
**/.dockerignore | |
docker-compose.yml | |
Dockerfile* | |
*.dockerfile | |
.git/ | |
# Nodejs app ignore | |
node_modules/ | |
# project specific ignores | |
.next/ | |
build/ | |
storybook-static/ | |
# Env | |
.env* | |
# IDE | |
.idea/ | |
.vscode/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment