mirror of
https://github.com/obsproject/obs-studio
synced 2025-04-29 16:37:27 +08:00

Since the frontend refactor, the UI directory no longer exists. Let's remove its exception in the .gitignore file.
51 lines
752 B
Plaintext
51 lines
752 B
Plaintext
# Exclude everything
|
|
/*
|
|
|
|
# Except for default project files
|
|
!/.github
|
|
!/build-aux
|
|
!/cmake
|
|
!/deps
|
|
!/docs
|
|
!/frontend
|
|
!/libobs*
|
|
!/plugins
|
|
!/shared
|
|
!/test
|
|
!.cirrus.xml
|
|
!.clang-format
|
|
!.editorconfig
|
|
!.gersemirc
|
|
!.git-blame-ignore-devs
|
|
!.gitmodules
|
|
!.gitignore
|
|
!.mailmap
|
|
!.swift-format
|
|
!AUTHORS
|
|
!buildspec.json
|
|
!CMakeLists.txt
|
|
!CMakePresets.json
|
|
!COC.rst
|
|
!COMMITMENT
|
|
!CONTRIBUTING.rst
|
|
!COPYING
|
|
!INSTALL
|
|
!README.rst
|
|
|
|
# Exclude lock files
|
|
*.lock.json
|
|
|
|
# Exclude files generated by Sphinx in-tree
|
|
/docs/sphinx/_build/*
|
|
!/docs/sphinx/_build/.gitignore
|
|
!/docs/sphinx/Makefile
|
|
|
|
# Exclude modified Flatpak files
|
|
build-aux/flatpak-github-action-modified-*
|
|
|
|
# Exclude macOS legacy resource forks
|
|
.DS_Store
|
|
|
|
# Exclude CMake build number cache
|
|
/cmake/.CMakeBuildNumber
|