Created
December 5, 2012 00:51
-
-
Save kechol/4210833 to your computer and use it in GitHub Desktop.
my gitignore
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
| # Thanks to https://github.com/github/gitignore | |
| # for CakePHP | |
| tmp/* | |
| config/database.php | |
| app/tmp/* | |
| app/config/database.php | |
| !empty | |
| # for Emacs | |
| *‾ | |
| ¥#*¥# | |
| # for Vim | |
| .*.sw[a-z] | |
| *.un‾ | |
| Session.vim | |
| .netrwhist | |
| # for Windows | |
| Thumbs.db | |
| Desktop.ini | |
| # for MacOSX | |
| .DS_Store | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes | |
| # for svn | |
| .svn | |
| # for Asure | |
| Web.config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment