From 11088770578ef8a594683b3472c0dfab9504c42f Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 10 Jul 2023 23:03:48 +0200 Subject: Trim gitignore --- .gitignore | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.gitignore b/.gitignore index 25d3c00..3351ce2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,26 +1,2 @@ -# Logs -logs *.log - -# Runtime data -pids -*.pid -*.seed - -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov - -# Coverage directory used by tools like istanbul -coverage - -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# Compiled binary addons (http://nodejs.org/api/addons.html) -build/Release - -# Dependency directory -# Deployed apps should consider commenting this line out: -# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git node_modules -bower_components -- cgit