diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-05-27 16:23:10 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-05-27 16:23:10 +0200 |
commit | 41a2aee38cf812510010da09de9bae53590ec119 (patch) | |
tree | 79d55d6ae0ef6f66ccb88890cf1ef1946dc65fb4 /client/.gitignore | |
parent | 157cb9c9713e08ff70078660a32dd77ecb87eabc (diff) | |
download | PeerTube-41a2aee38cf812510010da09de9bae53590ec119.tar.gz PeerTube-41a2aee38cf812510010da09de9bae53590ec119.tar.zst PeerTube-41a2aee38cf812510010da09de9bae53590ec119.zip |
Follow the angular styleguide for the directories structure
Diffstat (limited to 'client/.gitignore')
-rw-r--r-- | client/.gitignore | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/client/.gitignore b/client/.gitignore index 0ab218d71..81e4a1cf7 100644 --- a/client/.gitignore +++ b/client/.gitignore | |||
@@ -1,6 +1,8 @@ | |||
1 | typings | 1 | typings |
2 | angular/**/*.js | 2 | app/**/*.js |
3 | angular/**/*.map | 3 | app/**/*.map |
4 | angular/**/*.css | 4 | app/**/*.css |
5 | stylesheets/index.css | 5 | stylesheets/index.css |
6 | bundles | 6 | bundles |
7 | main.js | ||
8 | main.js.map | ||