mirror-chatterino2/.prettierignore

27 lines
325 B
Plaintext

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