We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe0064 commit 2bfe9d4Copy full SHA for 2bfe9d4
.gitignore
@@ -5,7 +5,7 @@
5
build/*
6
test/**/Output/*
7
/package-lock.json
8
-/node_modules
+**/node_modules
9
10
# Duvet output
11
specification_compliance_report.html
AwsEncryptionSDK/.gitignore
@@ -5,3 +5,5 @@ TestsFromDafny.cs
bin/
obj/
+# Ignore *-cs.dtr files
+*-cs.dtr
0 commit comments