mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-16 19:45:46 +01:00
23 lines
308 B
Plaintext
23 lines
308 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
|
|
compile_commands.json
|