SceneSwitcher/.gitignore
2024-02-17 10:03:04 +01:00

32 lines
419 B
Plaintext

# Exclude everything
/*
# Except for default project files
!/.github
!/build-aux
!/cmake
!/data
!/deps
!/forms
!/lib
!/module
!/plugins
!/tests
!.clang-format
!.cmake-format.json
!.gitignore
!BUILDING.md
!buildspec.json
!CMakeLists.txt
!CMakePresets.json
!LICENSE
!README.md
# Exclude lock files
*.lock.json
# Exclude macOS legacy resource forks
.DS_Store
# Exclude CMake build number cache
/cmake/.CMakeBuildNumber