Skip to content

Commit 094c01c

Browse files
authored
chore: expand prettier ignore (#1270)
1 parent 70e5809 commit 094c01c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.prettierignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
11
# Submodules that take care of their own specifications
22
aws-encryption-sdk-specification
33
libraries
4+
smithy-dafny
45

56
# Runtime build objects
67
*/runtimes/java/build/*
78
*/runtimes/net/obj/*
89
*/runtimes/net/bin/*
910
*/runtimes/rust/target/*
11+
*/runtimes/python/.tox/*
12+
13+
# Net has lots of odd files
14+
*/runtimes/net/*
1015

1116
# Dafny generated java
1217
*/runtimes/java/src/*/dafny-generated/*
1318

1419
# The manifest files
1520
test.json
1621
keys.json
22+
manifest.json
1723

1824
# The smithy model files
1925
model.json

0 commit comments

Comments
 (0)