Last active
July 6, 2019 17:42
-
-
Save armand1m/b98d84ba9a219c21d3eff3757429880d to your computer and use it in GitHub Desktop.
Docker ignore file for CRA-generated applications
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
.gitignore | |
.dockerignore | |
README.md | |
Dockerfile | |
./build | |
./node_modules | |
./coverage | |
./**/*.js.snap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment