mirror-chatterino2/.prettierignore

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

29 lines
403 B
Plaintext
Raw Normal View History

# JSON resources should not be prettified...
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/
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