Created
February 6, 2025 21:00
-
-
Save byaruhaf/85aab62240af92ef6f1b4f796729d812 to your computer and use it in GitHub Desktop.
node .dockerignore
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
**/node_modules/ | |
**/dist | |
.git | |
npm-debug.log | |
.coverage | |
.coverage.* | |
.env | |
.aws |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment