Last active
January 22, 2020 07:12
-
-
Save drosanda/1f87a753e9abcfefb6755a2588d2896d to your computer and use it in GitHub Desktop.
Seme Framework .gitignore for GIT Deployment Method
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.DS_Store | |
*.DS_Store | |
*.db | |
*.xls | |
*.xlsx | |
app/config/config.php | |
app/config/database.php | |
app/core/ji_controller.php | |
#**/media | |
media/pengguna/ | |
media/fp/ | |
media/campaign/ | |
media/ca/ | |
media/bs/ | |
media/free/ | |
media/laporan/ | |
media/order/ | |
media/pemberitahuan/ | |
media/promo/ | |
media/user/ | |
media/users/ | |
!media/user/default.png | |
!media/user/default.jpg | |
!media/produk/default.jpg | |
!media/produk/default.png | |
!media/icon/default.png | |
seme.log | |
app/cache/*.json | |
app/cache/seme.log | |
cron.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment