code (cleanup): remove build artifacts

This commit is contained in:
Mickael KERJEAN 2017-06-19 19:42:05 +10:00
parent 82ba09dce6
commit c6678a02f1
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
server/public/bundle.js
server/public/index.html
node_modules/
babel_cache/
.DS_Store

View file

@ -1 +0,0 @@
<!DOCTYPE html> <html> <head> <meta charset=utf-8> <meta http-equiv=X-UA-Compatible content="IE=edge"> <meta content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" name=viewport> <meta content=yes name=apple-mobile-web-app-capable> <meta content=Nuage name=apple-mobile-web-app-title> <meta content=black-translucent name=apple-mobile-web-app-status-bar-style> <link rel=apple-touch-icon href=/img/logo.png> <title>Nuage</title> <meta name=description content="browse your files in the cloud"> <link rel=stylesheet href=/css/style.css> </head> <body> <div id=main></div> <link rel=stylesheet href=/css/codemirror.css> <link rel=stylesheet href=/css/videojs-sublime-skin.css> <link rel=stylesheet href=/css/video-js.css> <script type="text/javascript" src="/bundle.js"></script></body> </html>