13 lines
142 B
Plaintext
13 lines
142 B
Plaintext
# ignore files without extensions
|
|
*
|
|
!*.*
|
|
# brb build artifiacts
|
|
*.o
|
|
|
|
.DS_Store
|
|
.vscode/settings.json
|
|
|
|
# project build artifacts
|
|
*.dSYM
|
|
build/
|