11 lines
151 B
Plaintext
11 lines
151 B
Plaintext
|
# Ignore everything
|
||
|
*
|
||
|
|
||
|
# But not these files...
|
||
|
!.gitignore
|
||
|
!work/data/leases.json
|
||
|
!conf/AdGuardHome.yaml
|
||
|
|
||
|
# ...even if they are in subdirectories
|
||
|
!*/
|