Add /examples/index.js to .gitignore

The file is created by tasks/build-examples.js
This commit is contained in:
Frederic Junod
2015-04-20 14:13:48 +02:00
parent 43984b24dd
commit b4d64523e9

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
*.pyc
/build/
/examples/index.js
/node_modules/
/dist/
/coverage/