obs-localvocal/.gitignore
Roy Shilkrot 7023ec5152 initial
2023-08-12 23:51:51 +03:00

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