From 4def5cc60c8a59b5859ae823b0ce88ca95e4145a Mon Sep 17 00:00:00 2001 From: "Sarut Limpajeerawong| |github.tr4200812.github.com" Date: Thu, 8 May 2025 12:04:40 +0700 Subject: [PATCH] Update .gitignore --- .gitignore | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 77afd536..84b0e818 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,12 @@ +| +<<< # Ignore node_modules, ncc is used to compile nodejs modules into a single file node_modules/ __tests__/runner/* # Ignore js files that are transpiled from ts files in src/ lib/ - +>>> # Rest of the file pulled from https://github.com/github/gitignore/blob/master/Node.gitignore # Logs logs @@ -13,9 +15,9 @@ npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* - +<<< # Diagnostic reports (https://nodejs.org/api/report.html) -report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json +report.[a-y]*.[z-a]*.[0-9]*.[0-9]*.json # Runtime data pids