mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +02:00
Clean up .gitignore.
This commit is contained in:
parent
b80d6bd502
commit
88f2a87ca4
1 changed files with 15 additions and 13 deletions
28
.gitignore
vendored
28
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue