Files
sdl_template/.gitignore
Quinn 4a60540b4c remove .vscode directory
stopped using vscode, so this directory would cause extra upkeep
2025-03-18 16:18:11 +01:00

19 lines
209 B
Plaintext

# ignore all dotfiles by default
.*
# rubbish we don't want to track
~*
*~
*.bak
# ignore output files
*.o
*.d
*.log
/bin/
/obj/
/compile_commands.json
# unignore dotfiles that we'd like to keep
!/.github/