Skip to content

Commit

Permalink
updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
techieshravan committed May 22, 2016
1 parent bd8e628 commit 9845bc7
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,34 @@ node_modules
# Optional REPL history
.node_repl_history

# IDEs and editors
.idea
bower_components

*.js
!systemjs.config.js

.DS_Store

# compiled output
dist
tmp

# dependencies
node_modules
bower_components

# 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

0 comments on commit 9845bc7

Please sign in to comment.