From 23755e9fe16c4c0cc27a708838ae5f01efd4dbd0 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Sat, 18 Jan 2025 05:51:33 +0200 Subject: [PATCH] Fix double negative in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fff3301..cdd3c9b 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Inside the Google Apps Script editor, select View > Show project manifest to ope ### The .claspignore file -The `.claspignore` file allows you to specify file and directories that you do not wish to not upload to your Google Apps Script project via `clasp push`. +The `.claspignore` file allows you to specify file and directories that you do not wish to upload to your Google Apps Script project via `clasp push`. The default `.claspignore` file in the Apps Script Starter kit will push all the JS and HTML inside the `rootDir` folder and ignore all the other files.