Skip to content

Commit

Permalink
Fix "do not wish to not upload" in README.md (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
dandv authored Jan 24, 2025
1 parent 588d1bc commit 7aa240a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ If `newValue` is omitted it returns the current setting value.

### Ignore File (`.claspignore`)

Like `.gitignore`, `.claspignore` allows you to ignore files that you do not wish to not upload on `clasp push`. Steps:
Like `.gitignore`, `.claspignore` allows you to ignore files that you do not wish to upload on `clasp push`. Steps:

1. Create a file called `.claspignore` in your project's root directory.
1. Add patterns to be excluded from `clasp push`. _Note_: The `.claspignore` patterns are applied by [multimatch](https://github.com/sindresorhus/multimatch), which is different from `.gitignore`, especially for directories. To ignore a directory, use syntax like `**/node_modules/**`.
Expand Down

0 comments on commit 7aa240a

Please sign in to comment.