blob: 5b2e51be315408c214eaf6f88b3ded541a15b99e [file] [log] [blame]
# 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