From 92ccd82c73463fa0b67996dc9212e992f90a1454 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 20 Dec 2021 00:11:18 +0100 Subject: Port to svelte --- .gitignore | 42 ++++-------------------------------------- 1 file changed, 4 insertions(+), 38 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e0ff0f3..75631d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,40 +1,6 @@ -# Logs -logs -*.log -npm-debug.log* - -# Runtime data -pids -*.pid -*.seed - -# 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 +.DS_Store node_modules -jspm_packages - -# Optional npm cache directory -.npm - -# Optional REPL history -.node_repl_history - -# Env file +/build +/.svelte-kit +/package .env -- cgit