Last active
February 10, 2018 17:59
-
-
Save mistergraphx/6301858d84f91dd8d5731050351b419c 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
# https://git-scm.com/docs/gitignore | |
# https://www.gitignore.io/ | |
# Sass | |
.sass-cache/ | |
*.css.map | |
#SCM | |
.svn/ | |
# Node | |
node_modules/ | |
# dotenv environment variables file | |
.env | |
# IDE | editors | |
.komodotools/ | |
*.komodoproject |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment