From 30bd216500b77701d4dd49ea5b0e8eb5486b3e98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Gonz=C3=A1lez?= Date: Thu, 9 Nov 2023 11:39:59 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20gitignore:=20Update=20documentat?= =?UTF-8?q?ion=20in=20gitignore=20and=20sort=20ignored=20folder/files=20by?= =?UTF-8?q?=20category.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0e095b075..d16812ab0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,37 @@ +#### OS +### Mac OS +## macOS system files .DS_Store + +##### Development +#### Node +## Node.js dependencies directory node_modules/ +## Build directories dist/ src/public/app-dist/ +## Log files generated npm-debug.log yarn-error.log +## Databases *.db +## Keys & Certs config.ini cert.key cert.crt +## Server-specific package.json server-package.json +#### ESLInt +## Cache +.eslintcache +### Tmp files +tmp/ + +##### IDEs +#### JetBrains .idea/httpRequests/ + +## --------------------- + data/ data-test/ -tmp/ -.eslintcache