Clean up .gitignore.
This commit is contained in:
parent
c4d358f250
commit
d6e4080c68
28
.gitignore
vendored
28
.gitignore
vendored
@ -1,7 +1,7 @@
|
|||||||
# https://www.git-scm.com/docs/gitignore
|
# https://www.git-scm.com/docs/gitignore
|
||||||
#
|
#
|
||||||
# Copyright 2013-2019 High Fidelity, Inc.
|
# Copyright 2013-2019 High Fidelity, Inc.
|
||||||
# Copyright 2022-2023 Overte e.V.
|
# Copyright 2022-2025 Overte e.V.
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
VideoDecodeStats
|
VideoDecodeStats
|
||||||
@ -25,6 +25,17 @@ cmake-build-debug/
|
|||||||
/ext/
|
/ext/
|
||||||
Makefile
|
Makefile
|
||||||
*.user
|
*.user
|
||||||
|
_build/
|
||||||
|
|
||||||
|
# Conan
|
||||||
|
CMakeUserPresets.json
|
||||||
|
build.json
|
||||||
|
pkglist.json
|
||||||
|
|
||||||
|
# Python
|
||||||
|
**/__pycache__
|
||||||
|
**/.venv
|
||||||
|
|
||||||
|
|
||||||
# Android Studio
|
# Android Studio
|
||||||
*.iml
|
*.iml
|
||||||
@ -115,24 +126,15 @@ interface/compiledResources
|
|||||||
# GPUCache
|
# GPUCache
|
||||||
/interface/resources/GPUCache/*
|
/interface/resources/GPUCache/*
|
||||||
|
|
||||||
# package lock file for JSDoc tool
|
# package lock files
|
||||||
/tools/jsdoc/package-lock.json
|
/tools/jsdoc/package-lock.json
|
||||||
|
/server-console/package-lock.json
|
||||||
# Python compile artifacts
|
|
||||||
**/__pycache__
|
|
||||||
|
|
||||||
# ignore local unity project files for avatar exporter
|
# ignore local unity project files for avatar exporter
|
||||||
/tools/unity-avatar-exporter
|
/tools/unity-avatar-exporter
|
||||||
|
|
||||||
/server-console/package-lock.json
|
# Nitpick
|
||||||
/vcpkg/
|
|
||||||
/tools/nitpick/compiledResources
|
/tools/nitpick/compiledResources
|
||||||
/qt/
|
|
||||||
|
|
||||||
# Act local GitHub Actions
|
# Act local GitHub Actions
|
||||||
.secret
|
.secret
|
||||||
|
|
||||||
|
|
||||||
_build/
|
|
||||||
|
|
||||||
CMakeUserPresets.json
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user