diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2015-11-23 12:44:20 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2015-11-23 12:44:20 +0100 |
commit | 2e3b5b0db652ae4787e359aadbd4f52e473b6af7 (patch) | |
tree | 6b40d94f5ecdf977650587eaa457c5dacd37bc4b | |
parent | e5e7517b62c328880f4b510c36729deb55703787 (diff) | |
download | PeerTube-2e3b5b0db652ae4787e359aadbd4f52e473b6af7.tar.gz PeerTube-2e3b5b0db652ae4787e359aadbd4f52e473b6af7.tar.zst PeerTube-2e3b5b0db652ae4787e359aadbd4f52e473b6af7.zip |
Add stylesheets vendor and global.css to ignore
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5244cc30e..6f1437cf2 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -8,3 +8,5 @@ logs/ | |||
8 | test1/ | 8 | test1/ |
9 | test2/ | 9 | test2/ |
10 | test3/ | 10 | test3/ |
11 | public/stylesheets/global.css | ||
12 | public/stylesheets/vendor | ||