10 lines
174 B
Text
10 lines
174 B
Text
# Ignore content in output directory
|
|
output/*
|
|
!output/.gitkeep
|
|
|
|
# Ignore content in images directory
|
|
images/*
|
|
!images/.gitkeep
|
|
|
|
# Local configuration (see .env.example)
|
|
.env
|