forked from awslabs/aws-api-gateway-developer-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
39 lines (31 loc) · 844 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
# top-level and lambda function specific
/node_modules
/coverage
/lambdas/static-asset-uploader/build
/lambdas/coverage
# devportal specific
/dev-portal/build
# we're committing the artifacts, don't need the modules
# note, though, that we do need our patched version of swagger-ui and not the npm version
!dev-portal/node_modules/
dev-portal/node_modules/*
!dev-portal/node_modules/swagger-ui/
dev-portal/node_modules/swagger-ui/*
!dev-portal/node_modules/swagger-ui/package.json
!dev-portal/node_modules/swagger-ui/dist/
# built artifacts
/dev-portal/build
# coverage reporting
/dev-portal/coverage
# details about setup needed for local dev; these are sensitive, do not commit them!
/dev-portal/deployer.config.js
/dev-portal/public/config.js
# misc
npm-debug.log
.DS_Store
packaged*.yaml
cognito.js
.idea
.vscode
.eslintcache
*.iml