mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 03:25:45 +01:00
20 lines
222 B
Plaintext
20 lines
222 B
Plaintext
# 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
|