generated from caltechlibrary/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.claspignore
25 lines (24 loc) · 902 Bytes
/
.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
# -*- gitignore -*-
# @file .claspignore
# @brief Files and patterns for files and subdirs that clasp should ignore
# @date 2023-06-12
# @license Please see the file named LICENSE in the project directory
# @website https://github.com/caltechlibrary/boffo
#
# The only documentation for the .claspignore file that I ever found is at
# https://github.com/google/clasp#ignore-file-claspignore
# The file format is "multimatch" (https://github.com/sindresorhus/multimatch).
# According to the README in the GitHub repo for clasp:
# "If no .claspignore is specified, a default set of patterns is applied.
# This default set will only consider the appsscript.json manifest and any
# JavaScript, TypeScript and .html source files within the rootDir folder.
# Child folders other than .git and node_modules are processed."
\#**#
*~
.*~
.indium.json
.tern-port
dev/**
docs/**
.git/**
Makefile