mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 07:55:45 +01:00
Added (most) of the project files to the working tree. Some work still needs to be done to make the rust/C communication better before we can fully move on to starting to write the actual applicaiton.
19 lines
209 B
Plaintext
19 lines
209 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/
|
|
*.lock
|
|
/target/
|
|
compile_commands.json
|