Skip to content

Instantly share code, notes, and snippets.

View ckaklamanos's full-sized avatar

Haris Kaklamanos ckaklamanos

View GitHub Profile
@ckaklamanos
ckaklamanos / gist:448984aadd5897e2a8fc
Created October 11, 2015 18:23
CS Cart .gitignore for Addon development
# -----------------------------------------------------------------
# .gitignore for CS Cart theme and addon development
#
# By default all files are ignored. You'll need to whitelist
# any addons, folders, files you want to include in the repo.
#
# To ignore uncommitted changes in a file that is already tracked, use
# git update-index --assume-unchanged
#
# To stop tracking a file that is currently tracked, use