From 67ea2ee2e087e1734470701eab7479831e3faa8b Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Mon, 12 Nov 2018 15:58:17 +0900 Subject: [PATCH] warn that inputfiles/idl/ should not be touched manually. --- inputfiles/README.md | 3 ++- inputfiles/idl/README.md | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 inputfiles/idl/README.md diff --git a/inputfiles/README.md b/inputfiles/README.md index 9be4babad..99a07bd28 100644 --- a/inputfiles/README.md +++ b/inputfiles/README.md @@ -5,5 +5,6 @@ Please do not edit them. This specifically includes: * `browser.webidl.json` +* Anything in the `idl/` directory -Feel free to send a pull request with changes to any other files. \ No newline at end of file +Feel free to send a pull request with changes to any other files. diff --git a/inputfiles/idl/README.md b/inputfiles/idl/README.md new file mode 100644 index 000000000..a41f59d28 --- /dev/null +++ b/inputfiles/idl/README.md @@ -0,0 +1,3 @@ +# DANGER ZONE + +Everything here is autogenerated by `npm run fetch` and MUST NOT be changed in a manual way.