2023-04-08 11:05:55 +02:00
|
|
|
# JSON resources should not be prettified...
|
2023-03-19 12:28:28 +01:00
|
|
|
resources/*.json
|
2024-01-07 13:15:36 +01:00
|
|
|
benchmarks/resources/*.json
|
|
|
|
tests/resources/*.json
|
2024-10-13 12:38:10 +02:00
|
|
|
tests/snapshots/**/*.json
|
2023-04-08 11:05:55 +02:00
|
|
|
# ...themes should be prettified for readability.
|
|
|
|
!resources/themes/*.json
|
2023-01-15 17:27:41 +01:00
|
|
|
|
2021-02-21 14:45:42 +01:00
|
|
|
# Ignore submodule files
|
|
|
|
lib/*/
|
|
|
|
conan-pkgs/*/
|
2021-11-21 18:46:21 +01:00
|
|
|
cmake/sanitizers-cmake/
|
2024-01-07 13:15:36 +01:00
|
|
|
tools/crash-handler
|
2021-02-21 14:45:42 +01:00
|
|
|
|
2023-01-15 17:27:41 +01:00
|
|
|
# Build folders
|
|
|
|
*build-*/
|
|
|
|
[bB]uild
|
|
|
|
/_build/
|
|
|
|
|
|
|
|
# Editors
|
|
|
|
.vscode
|
|
|
|
.vs
|
|
|
|
.idea
|
|
|
|
dependencies
|
|
|
|
.cache
|
|
|
|
.editorconfig
|
|
|
|
|
|
|
|
# vcpkg
|
|
|
|
vcpkg_installed/
|
2023-03-04 12:09:20 +01:00
|
|
|
|
|
|
|
# Compile commands generated by CMake
|
|
|
|
compile_commands.json
|