Skip to content

Commit

Permalink
feat: add .clasp.json.example file to provide a template for clasp co…
Browse files Browse the repository at this point in the history
…nfiguration

chore: update .gitignore to exclude .clasp.json to prevent sensitive data exposure
  • Loading branch information
snario committed Aug 29, 2024
1 parent 89f76a3 commit 1829fca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .clasp.json.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"scriptId": "{{ insert your script id here }}",
"rootDir": "dist"
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ node_modules/
# Build directory
dist/

.clasp.json
.clasprc.json

0 comments on commit 1829fca

Please sign in to comment.