blob: 17f523dc1a1182151fc764e7133c486a007a3a06 [file] [log] [blame]
# A file specifying filepatterns for git to ignore.
# vim
*.swp
# bazel
/bazel-*
/examples/bazel-*
/examples/*/bazel-*
/docs/bazel-*
# rustfmt
*.rs.bk
# Cargo
**/target/
# npm
**/node_modules/
# vscode
.vscode
*.code-workspace