-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
76 lines (71 loc) · 1.04 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
!/.gitattributes
!/.projen/tasks.json
!/.github/workflows/pull-request-lint.yml
!/package.json
!/.npmignore
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
pids
*.pid
*.seed
*.pid.lock
lib-cov
coverage
*.lcov
.nyc_output
build/Release
node_modules/
jspm_packages/
*.tsbuildinfo
.eslintcache
*.tgz
.yarn-integrity
.cache
!/.projenrc.js
/test-reports/
junit.xml
/coverage/
!/.github/workflows/build.yml
/dist/changelog.md
/dist/version.txt
!/.github/workflows/release.yml
!/.mergify.yml
!/.github/workflows/upgrade-main.yml
!/.github/pull_request_template.md
!/.prettierignore
!/.prettierrc.json
!/test/
!/src/
/lib
/dist/
!/.eslintrc.yml
.jsii
!/API.md
temp
.idea
.DS_Store
._.DS_Store
**/.DS_Store
**/._.DS_Store
### Jekyll ###
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata
/_layouts/*
/_sass/*
/assets/css/*
/_includes/**/*
!/_layouts/home.html
!/_layouts/default.html
!/_layouts/archive.html
!/assets/css/main.scss
!_includes/head/
!_includes/head/custom.html
cdkOutput.json
tsconfig.json