-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
59 lines (59 loc) · 956 Bytes
/
.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
55
56
57
58
59
# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
*.lcov
*.log
*.pid
*.pid.lock
*.seed
*.tgz
*.tsbuildinfo
.cache
.env
.eslintcache
.jsii
.nyc_output
.yarn-integrity
/coverage
/dist
/lib
/test-reports/
build/Release
coverage
example/*.d.ts
example/*.js
example/cdk.out
example/lambda/*.d.ts
example/lambda/*.js
jspm_packages/
junit.xml
lerna-debug.log*
lib-cov
logs
node_modules/
npm-debug.log*
pids
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
tsconfig.json
yarn-debug.log*
yarn-error.log*
!/.eslintrc.json
!/.github/dependabot.yml
!/.github/pull_request_template.md
!/.github/workflows/build.yml
!/.github/workflows/projenupgrade.yml
!/.github/workflows/rebuild-bot.yml
!/.github/workflows/release.yml
!/.mergify.yml
!/.npmignore
!/.projen/deps.json
!/.projen/tasks.json
!/.projenrc.js
!/.versionrc.json
!/API.md
!/LICENSE
!/package.json
!/src
!/test
!/tsconfig.eslint.json
!/tsconfig.jest.json
!example/tsconfig.json
!version.json