23 lines
357 B
Plaintext
23 lines
357 B
Plaintext
# Don't track content of these folders
|
|
.vscode
|
|
.VSCodeCounter
|
|
CMakeFiles
|
|
.vs
|
|
out
|
|
.idea
|
|
build
|
|
.cache
|
|
#idk what this is
|
|
c
|
|
|
|
# Compiled source #
|
|
###################
|
|
*.txt
|
|
!*CMakeLists.txt
|
|
|
|
# Packages #
|
|
############
|
|
# it's better to unpack these files and commit the raw source
|
|
# git has its own built in compression methods
|
|
#*.7z
|
|
#*.dmg |