-
Notifications
You must be signed in to change notification settings - Fork 2
/
.funcignore
51 lines (51 loc) · 977 Bytes
/
.funcignore
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
*.zip
.vscode/
*settings*.json
.git/
.github/
.gitignore
.eslint*
.funcignore
*.md
CODEOWNERS
LICENSE
*.ts
*.map
jest.config.js
*.example
node_modules/.bin/
scripts/
*.env
tsconfig.json
src/
test/
dist/tsconfig.tsbuildinfo
node_modules/*jest*/
node_modules/*eslint*/
node_moduels/@types/
node_modules/@jest/
node_modules/@eslint/
node_modules/@typescript-eslint/
node_modules/*/*.ts
node_modules/*/test/*
node_modules/*/*.map
node_modules/*/.github/
node_modules/*/.history/
node_modules/*/.travis.yml
node_modules/*/.eslintignore
node_modules/*/.eslintrc.yml
node_modules/*/.prettierignore
node_modules/*/.prettierrc.yml
node_modules/*/.nycrc
node_modules/*/.jshintignore
node_modules/*/.jshintrc
node_modules/*/.npmignore
node_modules/*/*jest*/*
node_modules/*/@types/*
node_modules/*/LICENSE*
node_modules/*/license
node_modules/*/.eslintrc
node_modules/*/.prettierrc
node_modules/*/diagnosticMessages.generated.json
node_modules/*/tsconfig.json
node_modules/*/.editorconfig