diff --git a/html/.gitignore b/html/.gitignore index 1cd38a0..200df1d 100644 --- a/html/.gitignore +++ b/html/.gitignore @@ -1,49 +1,4 @@ -# Logs -logs -*.log -npm-debug.log* - -# Runtime data -pids -*.pid -*.seed -*.pid.lock - -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov - -# Coverage directory used by tools like istanbul -coverage - -# nyc test coverage -.nyc_output - -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# node-waf configuration -.lock-wscript - -# Compiled binary addons (http://nodejs.org/api/addons.html) -build/Release - -# Dependency directories node_modules -jspm_packages - -# Optional npm cache directory -.npm - -# Optional eslint cache -.eslintcache - -# Optional REPL history -.node_repl_history - -# Output of 'npm pack' -*.tgz - -# Yarn Integrity file -.yarn-integrity - -dist/ \ No newline at end of file +/build +/dist +/*.log \ No newline at end of file diff --git a/html/gulpfile.js b/html/gulpfile.js index 9ec38cf..202eb76 100644 --- a/html/gulpfile.js +++ b/html/gulpfile.js @@ -11,4 +11,4 @@ task('default', () => { return src('dist/index.html') .pipe(inlinesource()) .pipe(dest('../src/')); -}); \ No newline at end of file +}); diff --git a/html/index.html b/html/index.html deleted file mode 100644 index e9cbd9a..0000000 --- a/html/index.html +++ /dev/null @@ -1,45 +0,0 @@ - - -
- - -