From 618e4a64b0753a83bd2b178fa5fbda734a5af451 Mon Sep 17 00:00:00 2001 From: Jalad Date: Fri, 1 May 2026 07:41:49 +0000 Subject: [PATCH] Updated gitignore --- .gitignore | 47 +++++++++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index 8bed253..a5be8e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1,25 @@ -# 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 + +# dev container +.devcontainer \ No newline at end of file