7 lines
127 B
Text
7 lines
127 B
Text
# Ignore content in output directory
|
|
output/*
|
|
!output/.gitkeep
|
|
|
|
# Ignore content in images directory
|
|
images/*
|
|
!images/.gitkeep
|