From 65d69b22e3205a1a7e175988ed32529608c1b1a3 Mon Sep 17 00:00:00 2001 From: Manh Cao Date: Fri, 4 Oct 2024 11:04:17 +0700 Subject: [PATCH] update .gitignore --- .gitignore | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 723ef36..a34ebde 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,13 @@ -.idea \ No newline at end of file +* + +# Allow JavaScript, YAML, and Markdown files +!*.js +!*.yml +!*.yaml +!*.md + +# Allow subdirectories to be checked for allowed file types +!*/ + +node_modules/ +.idea/ \ No newline at end of file