Created
October 16, 2017 08:04
-
-
Save mcattx/1487c5329d1efd939aa195b9c96d22c9 to your computer and use it in GitHub Desktop.
gitignore file
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
| # Mac OS X | |
| *.DS_Store | |
| # sass cache | |
| *.sass-cache* | |
| # node modules | |
| node_modules/ | |
| # logs | |
| *.log | |
| # jetbrains | |
| .idea/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment