From b7ffd692da4e28b1fb949c3cf81a4be03c5a33a8 Mon Sep 17 00:00:00 2001 From: Arnd Issler Date: Wed, 9 Mar 2022 22:07:55 +0100 Subject: [PATCH] chore: remove unused file patterns from .gitignore --- .gitignore | 44 +------------------------------------------- 1 file changed, 1 insertion(+), 43 deletions(-) diff --git a/.gitignore b/.gitignore index 1a40c73..371def8 100644 --- a/.gitignore +++ b/.gitignore @@ -25,12 +25,6 @@ coverage # nyc test coverage .nyc_output -# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# Bower dependency directory (https://bower.io/) -bower_components - # node-waf configuration .lock-wscript @@ -53,12 +47,6 @@ typings/ # Optional eslint cache .eslintcache -# Microbundle cache -.rpt2_cache/ -.rts2_cache_cjs/ -.rts2_cache_es/ -.rts2_cache_umd/ - # Optional REPL history .node_repl_history @@ -72,38 +60,8 @@ typings/ .env .env.test -# 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 - .build-cache .vscode builds/ +_builds/ .DS_Store