From 873e0766f31dd427f52f0d51477ec71173eed5fa Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 11 Oct 2023 22:43:16 +0300 Subject: Rewrite in htmx + flask --- .gitignore | 41 +++-------------------------------------- 1 file changed, 3 insertions(+), 38 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index de4c8fb..e8997af 100644 --- a/.gitignore +++ b/.gitignore @@ -1,39 +1,4 @@ -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. - -# dependencies -/node_modules -/.pnp -.pnp.js - -# testing -/coverage - -# next.js -/.next/ -/out/ - -# production -/build - -# misc +dist +files +venv .DS_Store -*.pem - -# debug -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# local env files -.env.local -.env.development.local -.env.test.local -.env.production.local - -# vercel -.vercel - -dist/ -*sa*.json - -.vscode/ -- cgit v1.3