8 lines
151 B
Plaintext
8 lines
151 B
Plaintext
# Ignore everything in the volume folder
|
|
#volume/*
|
|
|
|
# Ignore everything in the dl folder
|
|
volume/html/dl/*
|
|
|
|
# But not the .gitkeep file
|
|
!volume/.gitkeep |