fix: 🐛 Globol gitignore files (Add other modules for TF, Node, GO)
This commit is contained in:
parent
3d0d0d8002
commit
868be334e3
2 changed files with 42 additions and 7 deletions
47
git/ignore
47
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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue