Change the .gitignore pattern for plugins from a blacklist to a whitelist
Change-Id: Ibda4cd9281f79667c9fbdd1e58760ae163b2779a
This commit is contained in:
parent
25e62a220c
commit
fe2cb8c168
14
.gitignore
vendored
14
.gitignore
vendored
@ -32,6 +32,18 @@
|
|||||||
/local.properties
|
/local.properties
|
||||||
/node_modules/
|
/node_modules/
|
||||||
/package-lock.json
|
/package-lock.json
|
||||||
/plugins/cookbook-plugin/
|
/plugins/*
|
||||||
|
!/plugins/BUILD
|
||||||
|
!/plugins/codemirror-editor
|
||||||
|
!/plugins/commit-message-length-validator
|
||||||
|
!/plugins/delete-project
|
||||||
|
!/plugins/download-commands
|
||||||
|
!/plugins/external_plugin_deps.bzl
|
||||||
|
!/plugins/gitiles
|
||||||
|
!/plugins/hooks
|
||||||
|
!/plugins/replication
|
||||||
|
!/plugins/reviewnotes
|
||||||
|
!/plugins/singleusergroup
|
||||||
|
!/plugins/webhooks
|
||||||
/test_site
|
/test_site
|
||||||
/tools/format
|
/tools/format
|
||||||
|
Loading…
Reference in New Issue
Block a user