Skip to content

Commit

Permalink
feat(created example folder): created folder and gitignore #1
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Dec 9, 2016
1 parent f5ac815 commit 0939e67
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

29 changes: 29 additions & 0 deletions examples/angular2/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
/.idea

# compiled output
/dist
/tmp

# dependencies
/node_modules
/bower_components

# IDEs and editors
/.idea

# misc
/.sass-cache
/connect.lock
/coverage/*
/libpeerconnection.log
npm-debug.log
testem.log
/typings

# e2e
/e2e/*.js
/e2e/*.map

#System Files
.DS_Store

0 comments on commit 0939e67

Please # to comment.