obs-localvocal/.gitignore

29 lines
393 B
Plaintext
Raw Normal View History

2023-08-10 19:05:20 +00:00
# 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
2023-08-12 20:51:51 +00:00
!/vendor
2023-08-13 15:00:23 +00:00
!patch_libobs.diff
2023-08-10 19:05:20 +00:00
# Exclude lock files
*.lock.json
# Exclude macOS legacy resource forks
.DS_Store
# Exclude CMake build number cache
/cmake/.CMakeBuildNumber