Created
November 5, 2024 19:35
-
-
Save diogow3/d5bd79793782f9ef9254f318f19bcf66 to your computer and use it in GitHub Desktop.
docker ignore file
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
| **/.classpath | |
| **/.dockerignore | |
| **/.env | |
| **/.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