Skip to content

Commit

Permalink
Add bower and npm ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
nullstyle committed Apr 2, 2015
1 parent 35e8940 commit 2815106
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tmp
generated
9 changes: 9 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "xdr",
"version": "0.0.1",
"private": false,
"main": "dist/xdr.js",
"dependencies": {},
"devDependencies": {},
"ignore": []
}

0 comments on commit 2815106

Please sign in to comment.