Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: expand prettier ignore #1270

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
# Submodules that take care of their own specifications
aws-encryption-sdk-specification
libraries
smithy-dafny

# Runtime build objects
*/runtimes/java/build/*
*/runtimes/net/obj/*
*/runtimes/net/bin/*
*/runtimes/rust/target/*
*/runtimes/python/.tox/*

# Net has lots of odd files
*/runtimes/net/*

# Dafny generated java
*/runtimes/java/src/*/dafny-generated/*

# The manifest files
test.json
keys.json
manifest.json

# The smithy model files
model.json
Loading