Skip to content

Commit

Permalink
build: add ignored .clasp.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
ahochsteger committed Sep 3, 2023
1 parent 7a868f9 commit 3b28774
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ coverage/
dist/
dist-examples/
node_modules/
.clasp.json
.env
*.env
!.vscode/settings.json
Expand Down
4 changes: 4 additions & 0 deletions src/gas/examples/.clasp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"scriptId": "${CLASP_SCRIPT_ID}",
"projectId": "${GCLOUD_PROJECT_ID}"
}
4 changes: 4 additions & 0 deletions src/gas/lib/.clasp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"scriptId": "${CLASP_SCRIPT_ID}",
"projectId": "${GCLOUD_PROJECT_ID}"
}

0 comments on commit 3b28774

Please sign in to comment.