Skip to content

Commit 88ce7a5

Browse files
committed
💚 fix(ci): remove appssscript.json from .gitignore
1 parent 2e2bfb6 commit 88ce7a5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ $RECYCLE.BIN/
194194
/dist
195195
.clasp.json
196196
.clasp.json.bk
197-
appsscript.json
198197
node_modules
199198
private.[gj]s
200199
IMPROVEMENTS.md

src/appsscript.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"timeZone": "America/New_York",
3+
"dependencies": {
4+
"enabledAdvancedServices": []
5+
},
6+
"exceptionLogging": "STACKDRIVER",
7+
"runtimeVersion": "V8"
8+
}

0 commit comments

Comments
 (0)