Skip to content

Instantly share code, notes, and snippets.

View hanhpv's full-sized avatar
🎯
Focusing

Hans Phung hanhpv

🎯
Focusing
View GitHub Profile
@hanhpv
hanhpv / git-ignore-globally.md
Last active May 24, 2017 03:03
git ignore globally

Set up your global core.excludesfile configuration file to point to this global ignore file.

git config --global core.excludesfile '~/.gitignore_global'

@hanhpv
hanhpv / .gitignore
Created April 20, 2019 05:54
Magento 2 .gitignore
*
!/.gitignore
!/robots_staging.txt
!/app
!/app/*/
!/app/code/**
!/app/design/**
!/app/etc/config.php
!/app/i18n/**
!/auth.json