mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
33 lines
500 B
Plaintext
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
|