chore: .gitignore & .prettierignore templates updated

This commit is contained in:
Pratik Tripathy
2025-01-06 17:35:13 +05:30
parent 8f66129fa4
commit e7147c988a
4 changed files with 9 additions and 4 deletions

View File

@@ -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.
#

View File

@@ -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/

View File

@@ -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/

View File

@@ -1,6 +1,7 @@
{
"diagnostics.globals": [
"vim"
"vim",
"Snacks"
],
"diagnostics.disable": [
"deprecated",