From d6e4080c68cb5042228a01a07dc58ffddb05cda4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Fri, 28 Feb 2025 13:06:10 +0100 Subject: [PATCH] Clean up .gitignore. --- .gitignore | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 69c94e7be4..7d0ed69488 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ # https://www.git-scm.com/docs/gitignore # # Copyright 2013-2019 High Fidelity, Inc. -# Copyright 2022-2023 Overte e.V. +# Copyright 2022-2025 Overte e.V. # SPDX-License-Identifier: Apache-2.0 VideoDecodeStats @@ -25,6 +25,17 @@ cmake-build-debug/ /ext/ Makefile *.user +_build/ + +# Conan +CMakeUserPresets.json +build.json +pkglist.json + +# Python +**/__pycache__ +**/.venv + # Android Studio *.iml @@ -115,24 +126,15 @@ interface/compiledResources # GPUCache /interface/resources/GPUCache/* -# package lock file for JSDoc tool +# package lock files /tools/jsdoc/package-lock.json - -# Python compile artifacts -**/__pycache__ +/server-console/package-lock.json # ignore local unity project files for avatar exporter /tools/unity-avatar-exporter -/server-console/package-lock.json -/vcpkg/ +# Nitpick /tools/nitpick/compiledResources -/qt/ # Act local GitHub Actions .secret - - -_build/ - -CMakeUserPresets.json