Last active
December 15, 2019 17:10
-
-
Save primitiveshaun/74779a967a6e5ed437f9543361e95ca5 to your computer and use it in GitHub Desktop.
.gitignore Master - Maintained by Primitive Digital's Housekeeping Department
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
| # .gitignore | |
| # *** HOUSEKEEPING! Ignorance is bliss *** | |
| # Master File: Maintained by Primitive Digital's Housekeeping Department | |
| # https://primitivedigital.uk/housekeeping-department/ | |
| # Always-ignore these extensions | |
| *.diff | |
| *.err | |
| *.orig | |
| *.log | |
| *.rej | |
| *.swo | |
| *.swp | |
| *.vi | |
| *~ | |
| *.sass-cache | |
| .hg | |
| .svn | |
| .CVS | |
| .idea | |
| .DS_Store | |
| # OS or Editor folders | |
| Thumbs.db | |
| .cache | |
| .project | |
| .settings | |
| .tmproj | |
| *.esproj | |
| nbproject | |
| sftp-config.json | |
| npm-debug.log | |
| yarn-error.log | |
| # Dreamweaver | |
| _notes | |
| dwsync.xml | |
| # Sublime | |
| *.sublime-project | |
| *.sublime-workspace | |
| # Komodo | |
| *.komodoproject | |
| .komodotools | |
| #files | |
| package-lock.json | |
| # Folders | |
| node_modules | |
| intermediate | |
| publish | |
| build | |
| dist | |
| # Unoptimised / Optimised Image Folders | |
| images | |
| img | |
| ## build script local files | |
| # build/buildinfo.properties | |
| # build/config/buildinfo.properties | |
| # /inc/.DS_Store |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment