blob: 758ea05a6d67b14e5487cfec50b2b68f50f6834d [file] [log] [blame]
# Git ignore patterns
# Bazel
/bazel-*
user.bazelrc
MODULE.bazel.lock
# rust-analyzer
rust-project.json
# rustfmt
*.rs.bk
# Cargo
**/target/
# npm
**/node_modules/
# IDEs
.vscode
.idea
.idea/**
*.swp
# BazelCI
bazelci.py