From 868be334e3d26425eb4eec092e0d8e8cc79a12d6 Mon Sep 17 00:00:00 2001 From: Ayush Dumasia Date: Sun, 27 Apr 2025 16:14:09 +0530 Subject: [PATCH] =?UTF-8?q?=20fix:=20=F0=9F=90=9B=20Globol=20gitignore=20f?= =?UTF-8?q?iles=20(Add=20other=20modules=20for=20TF,=20Node,=20GO)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- git/ignore | 47 ++++++++++++++++++++++++++++++++++++++++------ hypr/hyprlock.conf | 2 +- 2 files changed, 42 insertions(+), 7 deletions(-) diff --git a/git/ignore b/git/ignore index a40fcf1..0e50244 100644 --- a/git/ignore +++ b/git/ignore @@ -6,11 +6,46 @@ __pycache__/ .ruff_cache/ .ropeproject/ -# Rust specific -target/ - +# Node.js / JavaScript node_modules/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +dist/ +build/ +.cache/ +.next/ +out/ +.vscode/ -# Zig specific -.zig-cache/ -zig-out/ +# Golang +bin/ +obj/ +vendor/ +*.exe +*.test +*.out +coverage.out + +# Go modules cache (optional if you vendor deps) +go.sum +go.mod + +# Terraform +*.tfstate +*.tfstate.* +*.backup +.terraform/ +.crash/ +terraform.tfvars +override.tf +override.tf.json +*_override.tf +*_override.tf.json + +# General +.DS_Store +.env +.env.* +*.log diff --git a/hypr/hyprlock.conf b/hypr/hyprlock.conf index ca9a92d..9de4111 100644 --- a/hypr/hyprlock.conf +++ b/hypr/hyprlock.conf @@ -92,7 +92,7 @@ background { monitor = - path = /home/arcadian/Pictures/Wallpaper/0313.jpg + path = /home/arcadian/Pictures/Wallpaper/wallpaper60.png # only png supported for now }