Skip to content

Commit 97a852c

Browse files
authored
Merge pull request #75 from dandv/patch-1
Fix double negative in README.md
2 parents 84237bc + 23755e9 commit 97a852c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Inside the Google Apps Script editor, select View > Show project manifest to ope
6464

6565
### The .claspignore file
6666

67-
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`.
67+
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`.
6868

6969
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.
7070

0 commit comments

Comments
 (0)