gitignore/Dframe.gitignore
2019-01-22 19:57:55 +01:00

17 lines
266 B
Plaintext

# Ignore files that are auto-generated
app/View/templates_c/*
app/View/cache/*
app/View/logs/*
web/assets/*
vendor
# Force include
!app/View/templates_c/.gitkeep
!app/View/cache/.gitkeep
!app/View/logs/.gitkeep
!web/assets/.gitkeep
# Ignore IDE
.project
.vscode/