mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-15 21:04:46 +01:00
code (cleanup): remove build artifacts
This commit is contained in:
parent
82ba09dce6
commit
c6678a02f1
2 changed files with 1 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,4 +1,5 @@
|
|||
server/public/bundle.js
|
||||
server/public/index.html
|
||||
node_modules/
|
||||
babel_cache/
|
||||
.DS_Store
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
Loading…
Reference in a new issue