-
Notifications
You must be signed in to change notification settings - Fork 0
/
.claspignore
28 lines (24 loc) · 1.62 KB
/
.claspignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
################################################################ -*- sh -*- ########
## _______ ________ ______ _______ ______ ________ ##
## / \/ / \ / \ / \/ | ##
## $$$$$$$ $$$$$$$$/$$$$$$ | $$$$$$$ /$$$$$$ $$$$$$$$/ ##
## $$ |__$$ | $$ | $$ | $$/ $$ |__$$ $$ | $$ | $$ | ##
## $$ $$< $$ | $$ | $$ $$<$$ | $$ | $$ | ##
## $$$$$$$ | $$ | $$ | __ $$$$$$$ $$ | $$ | $$ | ##
## $$ |__$$ | $$ | $$ \__/ | $$ |__$$ $$ \__$$ | $$ | ##
## $$ $$/ $$ | $$ $$/ $$ $$/$$ $$/ $$ | ##
## $$$$$$$/ $$/ $$$$$$/ $$$$$$$/ $$$$$$/ $$/ ##
## ##
####################################################################################
## Copyright © 2022 Tyler J. Kenney. All rights reserved. ##
####################################################################################
####################################################################################
## Note: The .claspignore patterns are applied by multimatch, which is different
## from .gitignore, especially for directories. To ignore a directory, use syntax
## like **/node_modules/**. See clasp readme for more details.
## Ignore everything by default
**/**
## Whitelist only files that need to be deployed
!appsscript.json
!src/btcbot.js
!build/Email.inlined.gt.html