• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# A file specifying filepatterns for git to ignore.
2
3# vim
4*.swp
5
6# bazel
7/bazel-*
8/bzlmod/hello_world/bazel-*
9/examples/bazel-*
10/examples/cargo_manifest_dir/external_crate/bazel-*
11/examples/crate_universe/bazel-*
12/examples/crate_universe/*/bazel-*
13/test/cc_common_link/bazel-*
14/test/cc_common_link/with_global_alloc/bazel-*
15/test/no_std/bazel-*
16/docs/bazel-*
17user.bazelrc
18MODULE.bazel.lock
19
20# rustfmt
21*.rs.bk
22
23# Cargo
24**/target/
25
26# npm
27**/node_modules/
28
29# vscode
30.vscode
31*.code-workspace
32
33# JetBrains
34.idea
35.idea/**
36
37# BazelCI
38bazelci.py
39
40# rust-analyzer
41rust-project.json
42