Skip to content

Instantly share code, notes, and snippets.

@MahdiKarimipour
Created September 5, 2021 20:47
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 MahdiKarimipour/b561e3de10cb8626e5e78e75e69b8f5f to your computer and use it in GitHub Desktop.
Save MahdiKarimipour/b561e3de10cb8626e5e78e75e69b8f5f to your computer and use it in GitHub Desktop.
Docker Ignore file to Build React Images
**/.classpath
**/.dockerignore
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/azds.yaml
**/bin
**/charts
**/docker-compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/obj
**/secrets.dev.yaml
**/values.dev.yaml
LICENSE
README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment