forked from aws/aws-encryption-sdk-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
49 lines (38 loc) · 740 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
# Vim swap files
*~
*.swp
*.swo
# OS Artifacts
.DS_Store
# Artifacts
build
node_modules
package.json.decrypt
# VSCode
.vscode
.history
# JetBrains
.idea
# nyc/code coverage
.nyc_output
.karma_output
coverage
# symlink to test vectors
/modules/integration-node/fixtures
/modules/integration-browser/fixtures
# Lerna
/lerna-debug.log
# TypeScript config is built by ./util/bootstrap_tsconfig
/tsconfig.json
/tsconfig.module.json
package.json.decrypt
# verdaccio
/verdaccio/storage
/storage
# local npx cache
/verdaccio/.npx
/specification_compliance_report.html
# These version files are build by genversion
# they track the package.json version
/modules/kms-keyring-browser/src/version.ts
/modules/kms-keyring-node/src/version.ts