blob: 92fb66d987375aedf9e0617d7d4b44dfe242d9ba [file] [log] [blame]
John Cater3ae50fe2017-02-27 11:07:55 +00001# Ignore backup files.
Han-Wen Nienhuys7a833f42015-10-28 14:17:09 +00002*~
John Cater3ae50fe2017-02-27 11:07:55 +00003# Ignore Vim swap files.
Steven Deedcb4a382016-01-27 16:23:47 +00004.*.swp
John Cater3ae50fe2017-02-27 11:07:55 +00005# Ignore files generated by IDEs.
Fabian Meumertzheim4eb45362022-03-24 09:55:49 -07006/.aswb/
7/.cache/
Damien Martin-Guillerezf0f00b12015-03-24 12:27:58 +00008/.classpath
Fabian Meumertzheim4eb45362022-03-24 09:55:49 -07009/.clwb/
Damien Martin-Guillerezf9971e62015-04-20 13:51:07 +000010/.factorypath
Thiago Farina215c0bb2015-05-08 16:52:55 +000011/.idea/
Irina Iancu7ebf74f2018-08-30 13:05:42 -070012/.ijwb/
Steven Deedcb4a382016-01-27 16:23:47 +000013/.project
14/.settings
Loo Rong Jie4205ed42018-02-06 01:13:51 -080015/.vscode/
Thiago Farina215c0bb2015-05-08 16:52:55 +000016/bazel.iml
John Cater3ae50fe2017-02-27 11:07:55 +000017# Ignore all bazel-* symlinks. There is no full list since this can change
18# based on the name of the directory bazel is cloned into.
19/bazel-*
20# Ignore outputs generated during Bazel bootstrapping.
Steven Deedcb4a382016-01-27 16:23:47 +000021/output/
dzc51dcd282017-06-14 22:52:27 +020022# Ignore jekyll build output.
23/production
24/.sass-cache
buchgr8ef17992019-07-22 04:23:13 -070025# Bazelisk version file
John Millikin8e8e43e2019-10-31 07:39:40 -070026.bazelversion
27# User-specific .bazelrc
28user.bazelrc