Created
July 4, 2020 22:46
-
-
Save kjlape/b8160e2566af38e8609ed0d9227fc59a to your computer and use it in GitHub Desktop.
dockerignore example demonstrating negative matchers
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
*/* | |
!/*.js | |
!/*.json | |
!/lib | |
!/vendor | |
# node_modules | |
# npm-debug.log | |
# out | |
# dist | |
# tmp | |
# db | |
# app | |
# .cache |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment