Last active
December 31, 2015 01:18
-
-
Save mashurex/7912769 to your computer and use it in GitHub Desktop.
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
# Numerous always-ignore extensions | |
*.diff | |
*.err | |
*.orig | |
*.log | |
*.rej | |
*.swo | |
*.swp | |
*.vi | |
*~ | |
*.sass-cache | |
*.bak | |
*.log | |
# OS or Editor folders | |
.DS_Store | |
Thumbs.db | |
.cache | |
.project | |
.settings | |
.tmproj | |
*.esproj | |
nbproject | |
*.sublime-project | |
*.sublime-workspace | |
# Dreamweaver added files | |
_notes | |
dwsync.xml | |
# Komodo | |
*.komodoproject | |
.komodotools | |
#IntelliJ Idea | |
.idea | |
#Other VCS | |
.hg | |
.svn | |
.CVS | |
# Folders to ignore | |
intermediate | |
publish | |
bak | |
# build script local files | |
build/build.properties | |
# PHP/Zend Projects | |
composer.lock | |
vendor/bin | |
# Node | |
lib-cov | |
*.seed | |
*.dat | |
*.out | |
*.pid | |
*.gz | |
pids | |
logs | |
results | |
build | |
node_modules |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment