mirror of
https://github.com/github/gitignore
synced 2024-12-02 16:35:44 +01:00
New .gitignore file for opencart. You can check new file from https://github.com/opencart/opencart/blob/master/.gitignore
This commit is contained in:
parent
b2c694d792
commit
c1af2d024d
@ -1,10 +1,41 @@
|
|||||||
config.php
|
# Config and Htaccess Files
|
||||||
admin/config.php
|
/upload/.htaccess
|
||||||
|
/upload/config.php
|
||||||
|
/upload/admin/config.php
|
||||||
|
|
||||||
!index.html
|
# System Cache Files
|
||||||
|
/upload/system/cache/*
|
||||||
|
!/upload/system/cache/index.html
|
||||||
|
|
||||||
download
|
# Image File
|
||||||
image/cache/*.jpg
|
!/upload/image/no_image.jpg
|
||||||
image/cache/data/*
|
|
||||||
system/cache
|
# Image Cache Files
|
||||||
system/logs
|
/upload/image/cache/*
|
||||||
|
!/upload/image/cache/index.html
|
||||||
|
|
||||||
|
# Modification Files
|
||||||
|
/upload/system/modification/*
|
||||||
|
!/upload/system/modification/index.html
|
||||||
|
|
||||||
|
# Templates Files
|
||||||
|
/upload/image/templates/*
|
||||||
|
/upload/image/templates/default.jpg
|
||||||
|
|
||||||
|
# Download Files
|
||||||
|
/upload/system/download/*
|
||||||
|
!/upload/system/download/index.html
|
||||||
|
|
||||||
|
!/upload/data/index.html
|
||||||
|
|
||||||
|
# Flags
|
||||||
|
# remove sharp char if you want to add flags to gitignore
|
||||||
|
# /upload/flags/*
|
||||||
|
|
||||||
|
# Log Files
|
||||||
|
/upload/system/logs/*
|
||||||
|
!/upload/system/logs/index.html
|
||||||
|
|
||||||
|
# If you want to ignore install file use following lines [on development mode]
|
||||||
|
# /upload/backup.install/*
|
||||||
|
# /upload/install/*
|
||||||
|
Loading…
Reference in New Issue
Block a user