OBStudio/.gitignore
gxalpha 3911f11306 .gitignore: Remove UI exclusion
Since the frontend refactor, the UI directory no longer exists. Let's
remove its exception in the .gitignore file.
2025-01-27 17:06:18 -05:00

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