mirror of
https://github.com/royshil/obs-localvocal.git
synced 2026-01-08 20:08:08 -05:00
29 lines
393 B
Plaintext
29 lines
393 B
Plaintext
# Exclude everything
|
|
/*
|
|
|
|
# Except for default project files
|
|
!/.github
|
|
!/build-aux
|
|
!/cmake
|
|
!/data
|
|
!/src
|
|
!.clang-format
|
|
!.cmake-format.json
|
|
!.gitignore
|
|
!buildspec.json
|
|
!CMakeLists.txt
|
|
!CMakePresets.json
|
|
!LICENSE
|
|
!README.md
|
|
!/vendor
|
|
!patch_libobs.diff
|
|
|
|
# Exclude lock files
|
|
*.lock.json
|
|
|
|
# Exclude macOS legacy resource forks
|
|
.DS_Store
|
|
|
|
# Exclude CMake build number cache
|
|
/cmake/.CMakeBuildNumber
|