Skip to content

Commit

Permalink
updated git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkerr committed Jul 11, 2015
1 parent 2bcf39e commit 5a702e1
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,42 +3,40 @@
/upload/config.php
/upload/admin/config.php

# System Cache Files
/upload/system/cache/*
!/upload/system/cache/index.html

# Image File
!/upload/image/no_image.jpg

# Image Cache Files
/upload/image/cache/*
!/upload/image/cache/index.html

# System Cache Files
/upload/system/storage/cache/*
!/upload/system/storage/cache/index.html

# Modification Files
/upload/system/modification/*
!/upload/system/modification/index.html
/upload/system/storage/modification/*
!/upload/system/storage/modification/index.html

# Templates Files
/upload/image/templates/*
/upload/image/templates/default.jpg

# Download Files
/upload/system/download/*
!/upload/system/download/index.html
/upload/system/storage/download/*
!/upload/system/storage/download/index.html

# Upload Files
/upload/system/upload/*
!/upload/system/upload/index.html

!/upload/data/index.html
/upload/system/storage/upload/*
!/upload/system/storage/upload/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
/upload/system/storage/logs/*
!/upload/system/storage/logs/index.html

# If you want to ignore install file use following lines [on development mode]
# /upload/backup.install/*
Expand Down

0 comments on commit 5a702e1

Please sign in to comment.