Skip to content

Instantly share code, notes, and snippets.

@tidusia
Last active January 11, 2022 09:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tidusia/0e96a9bac2b87aa990f12073256b50c7 to your computer and use it in GitHub Desktop.
Save tidusia/0e96a9bac2b87aa990f12073256b50c7 to your computer and use it in GitHub Desktop.
# 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