mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-16 20:05:45 +01:00
25 lines
413 B
Plaintext
25 lines
413 B
Plaintext
# Copyright (c) 2025 Quinn.
|
|
# This is a file from the project MCA-Selector-Lite and is
|
|
# licensed under the MIT Licence. See included LICENSE file for details.
|
|
|
|
# ignore all dotfiles by default
|
|
.*
|
|
|
|
# unhide dotfiles we want to keep
|
|
!.gitignore
|
|
!.gitmodules
|
|
!.editorconfig
|
|
!.clang-format
|
|
!/.github/
|
|
|
|
# hide output files
|
|
*.o
|
|
*.d
|
|
*.out
|
|
*.lock
|
|
/bin/
|
|
/obj/
|
|
/lib/obj/
|
|
compile_commands.json
|
|
compile_commands.events.json
|