Skip to content

Instantly share code, notes, and snippets.

@kjlape
Created July 4, 2020 22:46
Show Gist options
  • Save kjlape/b8160e2566af38e8609ed0d9227fc59a to your computer and use it in GitHub Desktop.
Save kjlape/b8160e2566af38e8609ed0d9227fc59a to your computer and use it in GitHub Desktop.
dockerignore example demonstrating negative matchers
*/*
!/*.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