mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-17 11:59:30 +00:00
Synced gitignores with github repo (#1245)
* Renamed scripts directory into contrib * Added script to download gitignores from github * Synced gitignores with github repo
This commit is contained in:
parent
09fe4a2ae9
commit
a06c3ad2c0
111 changed files with 1214 additions and 594 deletions
|
@ -7,9 +7,16 @@ config/settings.*.php
|
|||
# The following files are generated by PrestaShop.
|
||||
|
||||
admin-dev/autoupgrade/
|
||||
cache/
|
||||
/cache/
|
||||
!/cache/index.php
|
||||
!/cache/cachefs/index.php
|
||||
!/cache/purifier/index.php
|
||||
!/cache/push/index.php
|
||||
!/cache/sandbox/index.php
|
||||
!/cache/smarty/index.php
|
||||
!/cache/tcpdf/index.php
|
||||
config/xml/*.xml
|
||||
log/
|
||||
/log/*
|
||||
*sitemap.xml
|
||||
themes/*/cache/
|
||||
modules/*/config*.xml
|
||||
|
@ -21,5 +28,5 @@ admin-dev/backups/
|
|||
admin-dev/export/
|
||||
admin-dev/import/
|
||||
download/
|
||||
img/
|
||||
/img/*
|
||||
upload/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue