diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-03-08 08:27:13 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-03-08 08:37:15 +0100 |
commit | bd324a669218f9ed302f7f54b36ee535d25c9733 (patch) | |
tree | aebade345a240333c6f7e8e162881548c6c56dec /client/.gitignore | |
parent | 3d446a26ada901331faaaf3be9083dfe6773b50a (diff) | |
download | PeerTube-bd324a669218f9ed302f7f54b36ee535d25c9733.tar.gz PeerTube-bd324a669218f9ed302f7f54b36ee535d25c9733.tar.zst PeerTube-bd324a669218f9ed302f7f54b36ee535d25c9733.zip |
Prepare client app
Diffstat (limited to 'client/.gitignore')
-rw-r--r-- | client/.gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/.gitignore b/client/.gitignore index 548b53226..439f0c025 100644 --- a/client/.gitignore +++ b/client/.gitignore | |||
@@ -1,5 +1,5 @@ | |||
1 | typings | 1 | typings |
2 | app/**/*.js | 2 | components/**/*.js |
3 | app/**/*.map | 3 | components/**/*.map |
4 | stylesheets/index.css | 4 | stylesheets/index.css |
5 | app/*.css | 5 | components/**/*.css |