Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2014-02-23 04:20:50 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-02-23 04:20:50 +0400
commit0b3be2cb0f2396c8235baa38879d7cb8e56acfe0 (patch)
treecf06244938a9437e6c022b2ae7304744dbe1f225 /.gitignore
parent458033ae44d218588f6d20b6ef45800055995fb4 (diff)
use handlebars for templating
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 425d806..3d81609 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
chrome/bundle.js
chrome/font-awesome
chrome/main.css
-node_modules/ \ No newline at end of file
+node_modules/
+views/compiled.js \ No newline at end of file