9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
# Ignore everything in the volumes/html directory
|
|
volumes/*
|
|
volumes/html/*
|
|
|
|
# But not these directories
|
|
!volumes/html
|
|
|
|
# Do not ignore a special file name
|
|
!.gitkeep |