From bcb0bd4a2d5e189c22185ae3aed7919fe582fcd2 Mon Sep 17 00:00:00 2001 From: zigholding Date: Tue, 7 May 2024 11:45:34 +0800 Subject: [PATCH] ignore data.json/main.js --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d4aeb0a..fb2a529 100644 --- a/.gitignore +++ b/.gitignore @@ -10,14 +10,14 @@ node_modules # Don't include the compiled main.js file in the repo. # They should be uploaded to GitHub releases instead. -# main.js +main.js # Exclude sourcemaps *.map tmp* # obsidian -# data.json +data.json # Exclude macOS Finder (System Explorer) View States .DS_Store