-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
54 lines (46 loc) · 1.36 KB
/
.gitignore
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
52
53
54
# !ignorefile-merge block-open @tagproject/ts-package-shared-config
# ---------------------------------------------------------------
# This block generated automatically
# @see https://www.npmjs.com/package/ignorefile-merge
# ---------------------------------------------------------------
*.log
*.pid
*.pid.lock
*.seed
*.tgz
.env
.eslintrc
.yarn-integrity
/.eslintcache
/.eslintignore
/.husky/
/jest.config.js
coverage
lib
logs
node_modules/
pids
/tsconfig.json
/src/**/tsconfig.json
tsconfig.tsbuildinfo
yarn-debug.log*
yarn-error.log*
# !ignorefile-merge block-close @tagproject/ts-package-shared-config
# !ignorefile-merge block-open @tagproject/docs-shared-config
# ---------------------------------------------------------------
# This block generated automatically
# @see https://www.npmjs.com/package/ignorefile-merge
# ---------------------------------------------------------------
# .env
# node_modules/
# !ignorefile-merge block-close @tagproject/docs-shared-config
# !ignorefile-merge block-open @tagproject/vscode-shared-config
# ---------------------------------------------------------------
# This block generated automatically
# @see https://www.npmjs.com/package/ignorefile-merge
# ---------------------------------------------------------------
/.editorconfig
/.prettierignore
/.prettierrc
/.vscode/
# !ignorefile-merge block-close @tagproject/vscode-shared-config