Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/spech66/materialize-bp-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pech <windows@spech.de>2020-11-07 16:34:56 +0300
committerSebastian Pech <windows@spech.de>2020-11-07 16:34:56 +0300
commit2fb7411a9d33efa3b255630a30d37490a0aa6a91 (patch)
tree98f599ca1020714b36e474cbf7e11f47ecdc160f
parentefcd13f17868d4e76a1c6bd65c5bd476dfd38052 (diff)
minor gitignore update
-rw-r--r--.gitignore47
1 files changed, 45 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index ad46b30..6704566 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,10 @@ logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
+lerna-debug.log*
+
+# Diagnostic reports (https://nodejs.org/api/report.html)
+report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# Runtime data
pids
@@ -16,11 +20,12 @@ lib-cov
# Coverage directory used by tools like istanbul
coverage
+*.lcov
# nyc test coverage
.nyc_output
-# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
+# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Bower dependency directory (https://bower.io/)
@@ -39,12 +44,21 @@ jspm_packages/
# TypeScript v1 declaration files
typings/
+# TypeScript cache
+*.tsbuildinfo
+
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
+# Microbundle cache
+.rpt2_cache/
+.rts2_cache_cjs/
+.rts2_cache_es/
+.rts2_cache_umd/
+
# Optional REPL history
.node_repl_history
@@ -56,6 +70,35 @@ typings/
# dotenv environment variables file
.env
+.env.test
-# next.js build output
+# parcel-bundler cache (https://parceljs.org/)
+.cache
+
+# Next.js build output
.next
+
+# Nuxt.js build / generate output
+.nuxt
+dist
+
+# Gatsby files
+.cache/
+# Comment in the public line in if your project uses Gatsby and *not* Next.js
+# https://nextjs.org/blog/next-9-1#public-directory-support
+# public
+
+# vuepress build output
+.vuepress/dist
+
+# Serverless directories
+.serverless/
+
+# FuseBox cache
+.fusebox/
+
+# DynamoDB Local files
+.dynamodb/
+
+# TernJS port file
+.tern-port