From e7147c988ac17425bb3adcf779542d5df8eb36e2 Mon Sep 17 00:00:00 2001 From: Pratik Tripathy Date: Mon, 6 Jan 2025 17:35:13 +0530 Subject: [PATCH] chore: .gitignore & .prettierignore templates updated --- common/.config/shell/p10k.zsh | 2 +- common/.config/templates/.gitignore | 4 +++- common/.config/templates/.prettierignore | 4 +++- common/.luarc.json | 3 ++- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/common/.config/shell/p10k.zsh b/common/.config/shell/p10k.zsh index 9fc22f9..b53d6f7 100644 --- a/common/.config/shell/p10k.zsh +++ b/common/.config/shell/p10k.zsh @@ -788,7 +788,7 @@ # # These variables correspond to the last line of the output of `todo.sh -p ls`: # - # TODO: 24 of 42 tasks shown + # TODOs: 24 of 42 tasks shown # # Here 24 is P9K_TODO_FILTERED_TASK_COUNT and 42 is P9K_TODO_TOTAL_TASK_COUNT. # diff --git a/common/.config/templates/.gitignore b/common/.config/templates/.gitignore index 855920c..8c85cb6 100644 --- a/common/.config/templates/.gitignore +++ b/common/.config/templates/.gitignore @@ -69,7 +69,7 @@ tasks/ # ---- Programming Languages ---- # Ignore all downloaded node modules -node_modules/* +**/node_modules/* dist dist-ssr *.local @@ -97,3 +97,5 @@ lerna-debug.log* **/contents/images **/contents/fonts *kpluginindex.json + +**/built/ diff --git a/common/.config/templates/.prettierignore b/common/.config/templates/.prettierignore index 3570cfd..b13b9d4 100644 --- a/common/.config/templates/.prettierignore +++ b/common/.config/templates/.prettierignore @@ -72,7 +72,7 @@ tasks/ # ---- Programming Languages ---- # Ignore all downloaded node modules -node_modules/* +**/node_modules/* dist dist-ssr *.local @@ -105,3 +105,5 @@ nvim_switch/ .prettierignore package-lock.json .prettierrc + +**/built/ diff --git a/common/.luarc.json b/common/.luarc.json index 5b1ad49..2d32f89 100644 --- a/common/.luarc.json +++ b/common/.luarc.json @@ -1,6 +1,7 @@ { "diagnostics.globals": [ - "vim" + "vim", + "Snacks" ], "diagnostics.disable": [ "deprecated",