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/
|
.ruff_cache/
|
||||||
.ropeproject/
|
.ropeproject/
|
||||||
|
|
||||||
# Rust specific
|
# Node.js / JavaScript
|
||||||
target/
|
|
||||||
|
|
||||||
node_modules/
|
node_modules/
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
pnpm-debug.log*
|
||||||
|
dist/
|
||||||
|
build/
|
||||||
|
.cache/
|
||||||
|
.next/
|
||||||
|
out/
|
||||||
|
.vscode/
|
||||||
|
|
||||||
# Zig specific
|
# Golang
|
||||||
.zig-cache/
|
bin/
|
||||||
zig-out/
|
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 {
|
background {
|
||||||
monitor =
|
monitor =
|
||||||
path = /home/arcadian/Pictures/Wallpaper/0313.jpg
|
path = /home/arcadian/Pictures/Wallpaper/wallpaper60.png
|
||||||
# only png supported for now
|
# only png supported for now
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue