22 lines
224 B
Plaintext
22 lines
224 B
Plaintext
# Ignore all
|
|
*
|
|
|
|
# Unignore all with extensions
|
|
!*.*
|
|
|
|
# Unignore LICENSE file
|
|
!LICENSE
|
|
|
|
# Unignore input data
|
|
!**/data/**
|
|
|
|
# Unignore all dirs
|
|
!*/
|
|
|
|
**/.cache/**
|
|
|
|
**/build/**
|
|
|
|
**/CMakeUserPresets.json
|
|
**/compile_commands.json
|