daml/.prettierignore
Victor Peter Rouven Müller c0c40bd10f
Add autoformatting to ts bindings & navigator frontend (#12693)
* Add autoformatting for the ts&tsx files (typescript effectively)

changelog_begin
changelog_end

* Format ts files

* Fix ts linter warnings
2022-02-11 11:44:52 +00:00

23 lines
511 B
Plaintext

# Autogenerated json files, which are not intended to be read by humans (and which shouldn't be formatted either).
maven_install.json
maven_install_2.13.json
ghcide_snapshot.json
stackage_snapshot_windows.json
stackage_snapshot.json
dev-env/windows/manifests/*.json
# The html files in the docs have content that needs to stay the same and reformatting them breaks it.
docs/**/*.html
docs/theme
# Usual stuff
node_modules
# ignore bazel
.bazel-cache
bazel_tools
bazel-bin
bazel-daml
bazel-out
bazel-testlogs