pkgsite/.dockerignore

13 строки
251 B
Plaintext

# Exclude all git directories.
**/.git
# Exclude downloaded node modules.
node_modules
# Exclude the private sub-repo...
private
# ...except for the config directory.
!private/config
# Exclude e2e tests.
e2e
# Exclude devtools config.
devtools/config