We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e5809 commit 094c01cCopy full SHA for 094c01c
1 file changed
.prettierignore
@@ -1,19 +1,25 @@
1
# Submodules that take care of their own specifications
2
aws-encryption-sdk-specification
3
libraries
4
+smithy-dafny
5
6
# Runtime build objects
7
*/runtimes/java/build/*
8
*/runtimes/net/obj/*
9
*/runtimes/net/bin/*
10
*/runtimes/rust/target/*
11
+*/runtimes/python/.tox/*
12
+
13
+# Net has lots of odd files
14
+*/runtimes/net/*
15
16
# Dafny generated java
17
*/runtimes/java/src/*/dafny-generated/*
18
19
# The manifest files
20
test.json
21
keys.json
22
+manifest.json
23
24
# The smithy model files
25
model.json
0 commit comments