Skip to content

Commit 83744db

Browse files
authored
chore(gitignore): Ignore *-cs.dtr and node_modules (#686)
1 parent 74b0107 commit 83744db

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
build/*
66
test/**/Output/*
77
/package-lock.json
8-
/node_modules
8+
**/node_modules
99

1010
# Duvet output
1111
specification_compliance_report.html

AwsEncryptionSDK/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ TestsFromDafny.cs
55
bin/
66
obj/
77

8+
# Ignore *-cs.dtr files
9+
*-cs.dtr

0 commit comments

Comments
 (0)