diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-06-03 22:08:03 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-06-03 22:08:03 +0200 |
commit | 4a6995be18b15de1834a39c8921a0e4109671bb6 (patch) | |
tree | b659661cea33687fcc6bd8fc2251cb7a15ab9f9d /client/.gitignore | |
parent | 468892541175f9662f8b1b977e819dc1a496f282 (diff) | |
download | PeerTube-4a6995be18b15de1834a39c8921a0e4109671bb6.tar.gz PeerTube-4a6995be18b15de1834a39c8921a0e4109671bb6.tar.zst PeerTube-4a6995be18b15de1834a39c8921a0e4109671bb6.zip |
First draft to use webpack instead of systemjs
Diffstat (limited to 'client/.gitignore')
-rw-r--r-- | client/.gitignore | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/client/.gitignore b/client/.gitignore index 81e4a1cf7..b20541002 100644 --- a/client/.gitignore +++ b/client/.gitignore | |||
@@ -1,8 +1,2 @@ | |||
1 | typings | 1 | dist/ |
2 | app/**/*.js | 2 | typings/ |
3 | app/**/*.map | ||
4 | app/**/*.css | ||
5 | stylesheets/index.css | ||
6 | bundles | ||
7 | main.js | ||
8 | main.js.map | ||