blob: dd8385077180bd04dc346ea337909ac6a78899ba [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/