Skip to content

Commit 30cfe6d

Browse files
author
Eric Koleda
authored
Merge pull request #135 from gsuitedevs/webapp
Add a sample web app
2 parents 2ec6eeb + 9f9acd5 commit 30cfe6d

File tree

12 files changed

+839
-172
lines changed

12 files changed

+839
-172
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
node_modules/
22
*.log
3+
4+
# Don't commit the clasp configurations for samples.
5+
samples/**/.clasp.json
6+
# Don't commit secrets files, used to hold client IDs and secrets without
7+
# needing to modify checked in code.
8+
samples/**/Secrets.gs

0 commit comments

Comments
 (0)