Last active
March 23, 2018 14:11
-
-
Save bymayo/16b8e494cff4afe7764bdc4c16a93524 to your computer and use it in GitHub Desktop.
Beanstalk
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
| # Craft CMS | |
| /public/uploads | |
| /public/.htaccess | |
| /craft/storage | |
| /_mysql | |
| # Gulp / Packages | |
| node_modules | |
| # Sass | |
| *.sassc | |
| .sass-cache/* | |
| .sass-cache | |
| *.css.map | |
| # Javascript | |
| *.js.map | |
| # OS X Files | |
| .DS_Store | |
| *.DS_Store | |
| .DS_Store? | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes | |
| ehthumbs.db | |
| Thumbs.db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment