📝 Updated scripts and added default gitignores
This commit is contained in:
parent
ceffdc06f4
commit
d4226720cb
258 changed files with 6900 additions and 27 deletions
21
gitignore/LemonStand.gitignore
Normal file
21
gitignore/LemonStand.gitignore
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
boot.php
|
||||
index.php
|
||||
install.php
|
||||
/config/*
|
||||
!/config/config.php
|
||||
/controllers/*
|
||||
/init/*
|
||||
/logs/*
|
||||
/phproad/*
|
||||
/temp/*
|
||||
/uploaded/*
|
||||
/installer_files/*
|
||||
/modules/backend/*
|
||||
/modules/blog/*
|
||||
/modules/cms/*
|
||||
/modules/core/*
|
||||
/modules/session/*
|
||||
/modules/shop/*
|
||||
/modules/system/*
|
||||
/modules/users/*
|
||||
# add content_*.php if you don't want erase client changes to content
|
||||
Loading…
Add table
Add a link
Reference in a new issue