2021-07-03 10:56:53 +02:00
|
|
|
# /name - exclude path (* doesn't match /) to file/dir "name" beginning in project root
|
|
|
|
# na/me - exclude path (* doesn't match /) to file/dir "na/me" anywhere
|
|
|
|
# name - exclude path (* do match /) to file/dir "name" anywhere
|
|
|
|
# name/ - exclude path … to dir …
|
|
|
|
# **/name - exclude path (* doesn't match /) to file/dir "name" in any dir including project root
|
|
|
|
# na/**/me - exclude path (* doesn't match /) to file/dir "na/me", "na/*/me", "na/*/*/me", …
|
|
|
|
# !name - include previously excluded path …
|
2023-03-23 12:54:45 +01:00
|
|
|
/.buildcache/
|
2021-07-03 10:56:53 +02:00
|
|
|
/cover.out
|