Files
obs-localvocal/.gitignore
Roy Shilkrot af3256ac0a refactor: Update vcpkg.json, .gitignore, and vcpkg-configuration.json
- Add vcpkg.json file with "openssl" dependency
- Include vcpkg.json and vcpkg-configuration.json in .gitignore
- Create vcpkg-configuration.json with default and additional registries
- Update vcpkg-configuration.json with Amazon IVS settings
- Add Amazon IVS settings variables to transcription-filter-data.h
- Add timed-metadata-utils.h and timed-metadata-utils.cpp for timed metadata handling
- Add FindOpenSSL.cmake for finding and linking OpenSSL libraries
- Update CMakeLists.txt to include FindOpenSSL.cmake and timed-metadata-utils.cpp
- Update CMakePresets.json to include CMAKE_TOOLCHAIN_FILE for VCPKG
- Update transcription-filter-callbacks.cpp to send timed metadata to server
2024-07-10 21:48:03 -04:00

31 lines
431 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
!vcpkg.json
!vcpkg-configuration.json
# Exclude lock files
*.lock.json
# Exclude macOS legacy resource forks
.DS_Store
# Exclude CMake build number cache
/cmake/.CMakeBuildNumber