mirror-chatterino2/.prettierignore
nerix 4e3433e966
Store Themes as JSON files (#4471)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2023-04-08 09:05:55 +00:00

29 lines
403 B
Plaintext

# JSON resources should not be prettified...
resources/*.json
# ...themes should be prettified for readability.
!resources/themes/*.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