mirror of
https://github.com/thepigeongenerator/tetris_clone.git
synced 2025-12-17 14:05:45 +01:00
sync config files with template
This commit is contained in:
28
.gitignore
vendored
28
.gitignore
vendored
@@ -1,7 +1,21 @@
|
||||
.cache
|
||||
.vscode/*
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
bin
|
||||
obj
|
||||
compile_commands.json
|
||||
# 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
|
||||
!.gitignore
|
||||
!.editorconfig
|
||||
!/.clang-format
|
||||
!/.github/
|
||||
|
||||
Reference in New Issue
Block a user