blob: a4a325eb6fc19840867fe2b1b8e3394edf507eff [file] [log] [blame]
# Exclude all git directories.
**/.git
# Exclude downloaded node modules.
node_modules
# Exclude the private sub-repo...
private
# ...except for the config and sitemap directories.
!private/config
!private/sitemap
# Exclude e2e tests.
e2e
# Exclude devtools config.
devtools/config