1
0
mirror of https://github.com/github/gitignore synced 2025-02-19 17:09:10 +01:00
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/