Skip to content

Commit

Permalink
git ignore added
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjithprabhuk committed Nov 28, 2016
1 parent 8944bf4 commit b48a6a6
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .gitignore
@@ -0,0 +1,39 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
/dist
/tmp

# dependencies
/node_modules
/bower_components

# IDEs and editors
/.idea
/.vscode
.project
.classpath
.c9/
*.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

*.editorconfig
*.npmrc
.typingsrc

0 comments on commit b48a6a6

Please sign in to comment.