1
0
Fork 0
mirror of https://github.com/github/gitignore synced 2025-07-04 12:28:30 +02:00
This commit is contained in:
Sławomir Kaleta 2025-07-01 21:20:37 +02:00 committed by GitHub
commit a8086d7a0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
Dframe.gitignore Normal file
View file

@ -0,0 +1,16 @@
# 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/