commit fonctionne ou pas ?
This commit is contained in:
+55
@@ -0,0 +1,55 @@
|
||||
#Test commit prod
|
||||
|
||||
# Composer
|
||||
.composer
|
||||
vendor/*
|
||||
!*/vendor/*
|
||||
|
||||
# Sass
|
||||
.sass-cache
|
||||
|
||||
# Grav Specific
|
||||
backup/*
|
||||
!backup/.*
|
||||
cache/*
|
||||
!cache/.*
|
||||
tmp/*
|
||||
!tmp/.*
|
||||
assets/*
|
||||
!assets/.*
|
||||
logs/*
|
||||
!logs/.*
|
||||
images/*
|
||||
!images/.*
|
||||
user/data/*
|
||||
!user/data/.*
|
||||
user/themes/quark/
|
||||
!user/themes/quark/.*
|
||||
user/themes/figureslibres/*
|
||||
user/pages/*
|
||||
!user/pages/.*
|
||||
user/localhost/config/security.yaml
|
||||
user/config/security.yaml
|
||||
user/accounts/*
|
||||
user/accounts/.*
|
||||
user/plugins/problems
|
||||
user/plugins/error
|
||||
user/plugins/markdown-notices
|
||||
|
||||
# OS Generated
|
||||
.DS_Store*
|
||||
ehthumbs.db
|
||||
Icon?
|
||||
Thumbs.db
|
||||
*.swp
|
||||
|
||||
|
||||
# phpstorm
|
||||
.idea/*
|
||||
|
||||
# testing stuff
|
||||
tests/_output/*
|
||||
tests/_support/_generated/*
|
||||
tests/cache/*
|
||||
tests/error.log
|
||||
system/templates/testing/*
|
||||
Reference in New Issue
Block a user