fix: 🐛 Globol gitignore files (Add other modules for TF, Node, GO)

This commit is contained in:
Ayush Dumasia 2025-04-27 16:14:09 +05:30
parent 3d0d0d8002
commit 868be334e3
2 changed files with 42 additions and 7 deletions

View file

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

View file

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