diff options
| author | Fuwn <[email protected]> | 2021-01-21 19:19:46 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-01-21 19:19:46 -0800 |
| commit | 64537f8850fe00b759f258999f33ffd0ad8c08d6 (patch) | |
| tree | 8c8a5f32a75f1318c49ca33b0e279780c9896008 /.gitignore | |
| parent | :sa: (diff) | |
| download | me-64537f8850fe00b759f258999f33ffd0ad8c08d6.tar.xz me-64537f8850fe00b759f258999f33ffd0ad8c08d6.zip | |
:star:
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 104 |
1 files changed, 84 insertions, 20 deletions
@@ -1,26 +1,90 @@ -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. +# Created by .ignore support plugin (hsz.mobi) +### Node template +# Logs +/logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* -# dependencies -/node_modules -/.pnp -.pnp.js +# Runtime data +pids +*.pid +*.seed +*.pid.lock -# testing -/coverage +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov -# production -# /build +# Coverage directory used by tools like istanbul +coverage -# misc -.DS_Store -.env.local -.env.development.local -.env.test.local -.env.production.local +# nyc test coverage +.nyc_output -npm-debug.log* -yarn-debug.log* -yarn-error.log* +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Bower dependency directory (https://bower.io/) +bower_components + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (https://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules/ +jspm_packages/ + +# TypeScript v1 declaration files +typings/ + +# 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 + +# dotenv environment variables file +.env + +# parcel-bundler cache (https://parceljs.org/) +.cache + +# next.js build output +.next + +# nuxt.js build output +.nuxt + +# Nuxt generate +dist + +# vuepress build output +.vuepress/dist + +# Serverless directories +.serverless + +# IDE / Editor +.idea + +# Service worker +sw.* + +# macOS +.DS_Store -# Local Netlify folder -.netlify +# Vim swap files +*.swp |