From 370fa8f2cc3ab6252bb31920fdfa723dc10836c2 Mon Sep 17 00:00:00 2001 From: duanfuxiang Date: Tue, 3 Jun 2025 09:59:02 +0800 Subject: [PATCH] update ignore --- .gitignore | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index 61ccc0f..15ef2b5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1,23 @@ -# vscode -.vscode - -# Intellij -*.iml -.idea - -# npm -node_modules - -# Don't include the compiled main.js file in the repo. -# They should be uploaded to GitHub releases instead. -main.js - -# Exclude sourcemaps -*.map - -# obsidian -data.json - -# Exclude macOS Finder (System Explorer) View States -.DS_Store \ No newline at end of file +# vscode +.vscode + +# Intellij +*.iml +.idea + +# npm +node_modules + +# Don't include the compiled main.js file in the repo. +# They should be uploaded to GitHub releases instead. +main.js + +# Exclude sourcemaps +*.map + +# obsidian +data.json + +# Exclude macOS Finder (System Explorer) View States +.DS_Store +tag.sh \ No newline at end of file