Skip to content

Commit d0151dc

Browse files
author
Michael O'Brien
committed
CLEAN
1 parent 1c8203e commit d0151dc

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.gitignore

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
node_modules
2-
dist/
3-
coverage
1+
.cdrc
42
.coveralls.yml
3+
.DS_Store
54
.dynamodb
6-
test/proto.*
7-
test/schemas/protoSchema.ts
8-
*.keep
95
.idea
10-
yarn.lock
11-
.cdrc
12-
.DS_Store
6+
.promoted
7+
.prompt
138
.tags*
9+
.vscode
1410
*.bak
11+
*.keep
12+
coverage
13+
dist/
14+
node_modules
1515
src/metrics
16-
.promoted
17-
.prompt
16+
test/proto.*
17+
test/schemas/protoSchema.ts
18+
yarn.lock

0 commit comments

Comments
 (0)