Last active
May 21, 2017 07:21
-
-
Save jalalhejazi/a9cda233c0a0e3d79d6fdbd7d8f74376 to your computer and use it in GitHub Desktop.
.gitignore
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
# See http://help.github.com/ignore-files/ for more about ignoring files. | |
# compiled output | |
/dist | |
/tmp | |
/build | |
# dependencies | |
/node_modules | |
/bower_components | |
# IDEs and editors | |
/.idea | |
/.vscode | |
.project | |
.classpath | |
*.launch | |
.settings/ | |
# misc | |
/.sass-cache | |
/connect.lock | |
/coverage/* | |
/libpeerconnection.log | |
npm-debug.log | |
testem.log | |
/typings | |
# e2e | |
/e2e/*.js | |
/e2e/*.map | |
#System Files | |
.DS_Store | |
Thumbs.db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment