Files
mcaselector-lite/.gitignore
Quinn ee27935aab add vcpkg.json, and modify ci.yaml to improve usage vcpkg
Now we utilise storing dependencies in `vcpkg.json`, we can use this to
more easily install the dependencies.
Furthermore, we moved cloning vcpkg to `checkout`, which creates clones
with `--depth=1` by default.
2025-08-13 16:00:51 +02:00

24 lines
326 B
Plaintext

# Copyright (c) 2025 Quinn
# Licensed under the MIT Licence. See LICENSE for details
# ignore all dotfiles by default
.*
# unhide dotfiles we want to keep
!.gitignore
!.editorconfig
!.clang-format
!/.github/
# hide output files
*.o
*.d
*.out
/bin/
/obj/
/test/bin/
/test/obj/
*.lock
/vcpkg_installed/
compile_commands.json