mirror-chatterino2/.prettierignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

32 lines
474 B
Plaintext
Raw Permalink Normal View History

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