mirror-chatterino2/.prettierignore

33 lines
500 B
Plaintext

# JSON resources should not be prettified...
resources/*.json
benchmarks/resources/*.json
tests/resources/*.json
tests/snapshots/**/*.json
# ...themes should be prettified for readability.
!resources/themes/*.json
# Ignore submodule files
lib/*/
conan-pkgs/*/
cmake/sanitizers-cmake/
tools/crash-handler
# Build folders
*build-*/
[bB]uild
/_build/
# Editors
.vscode
.vs
.idea
dependencies
.cache
.editorconfig
# vcpkg
vcpkg_installed/
# Compile commands generated by CMake
compile_commands.json