Skip to content

Instantly share code, notes, and snippets.

@Rud5G
Rud5G / .gitignore
Last active January 14, 2019 16:06
magento 1 gitignore
# magento gitignore from htdocs
#
# https://gist.github.com/Rud5G/4148997
htdocs/app/etc/local.xml
htdocs/media/*
!htdocs/media/.htaccess
htdocs/var/*
!htdocs/var/.htaccess
@Rud5G
Rud5G / gist:3496231
Last active October 9, 2015 11:27
.bashrc git sensative prompt
## here is the original ~/.bashrc
# Alias definitions.
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package.
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi