mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
chore: .gitignore & .prettierignore templates updated
This commit is contained in:
@@ -788,7 +788,7 @@
|
|||||||
#
|
#
|
||||||
# These variables correspond to the last line of the output of `todo.sh -p ls`:
|
# 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.
|
# Here 24 is P9K_TODO_FILTERED_TASK_COUNT and 42 is P9K_TODO_TOTAL_TASK_COUNT.
|
||||||
#
|
#
|
||||||
|
|||||||
4
common/.config/templates/.gitignore
vendored
4
common/.config/templates/.gitignore
vendored
@@ -69,7 +69,7 @@ tasks/
|
|||||||
|
|
||||||
# ---- Programming Languages ----
|
# ---- Programming Languages ----
|
||||||
# Ignore all downloaded node modules
|
# Ignore all downloaded node modules
|
||||||
node_modules/*
|
**/node_modules/*
|
||||||
dist
|
dist
|
||||||
dist-ssr
|
dist-ssr
|
||||||
*.local
|
*.local
|
||||||
@@ -97,3 +97,5 @@ lerna-debug.log*
|
|||||||
**/contents/images
|
**/contents/images
|
||||||
**/contents/fonts
|
**/contents/fonts
|
||||||
*kpluginindex.json
|
*kpluginindex.json
|
||||||
|
|
||||||
|
**/built/
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ tasks/
|
|||||||
|
|
||||||
# ---- Programming Languages ----
|
# ---- Programming Languages ----
|
||||||
# Ignore all downloaded node modules
|
# Ignore all downloaded node modules
|
||||||
node_modules/*
|
**/node_modules/*
|
||||||
dist
|
dist
|
||||||
dist-ssr
|
dist-ssr
|
||||||
*.local
|
*.local
|
||||||
@@ -105,3 +105,5 @@ nvim_switch/
|
|||||||
.prettierignore
|
.prettierignore
|
||||||
package-lock.json
|
package-lock.json
|
||||||
.prettierrc
|
.prettierrc
|
||||||
|
|
||||||
|
**/built/
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"diagnostics.globals": [
|
"diagnostics.globals": [
|
||||||
"vim"
|
"vim",
|
||||||
|
"Snacks"
|
||||||
],
|
],
|
||||||
"diagnostics.disable": [
|
"diagnostics.disable": [
|
||||||
"deprecated",
|
"deprecated",
|
||||||
|
|||||||
Reference in New Issue
Block a user