mirror of
https://github.com/github/gitignore
synced 2025-02-20 01:19:09 +01:00
25 lines
385 B
Plaintext
25 lines
385 B
Plaintext
![]() |
## Blacklist all files
|
||
|
*
|
||
|
|
||
|
## Whitelist TLA+ files
|
||
|
!*.tla
|
||
|
|
||
|
## Whitelist TLC model config and results
|
||
|
!*.cfg
|
||
|
!*.out ## Usually .out files are small
|
||
|
|
||
|
## Whitelist Toolbox model metadata
|
||
|
!*.launch
|
||
|
|
||
|
## Whitelist Toolbox spec metadata
|
||
|
!.project
|
||
|
!*.prefs
|
||
|
|
||
|
## Whitelist all folders
|
||
|
!*/
|
||
|
|
||
|
## Blacklist TLAPS cache folder
|
||
|
## See https://github.com/tlaplus/tlapm/issues/16
|
||
|
__tlacache__
|
||
|
.tlacache
|