blob: b544e8461b152cf2a8511331f332571078f6231e [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.
Damien Martin-Guillerezf0f00b12015-03-24 12:27:58 +00006/.classpath
Damien Martin-Guillerezf9971e62015-04-20 13:51:07 +00007/.factorypath
Thiago Farina215c0bb2015-05-08 16:52:55 +00008/.idea/
Irina Iancu7ebf74f2018-08-30 13:05:42 -07009/.ijwb/
Steven Deedcb4a382016-01-27 16:23:47 +000010/.project
11/.settings
Loo Rong Jie4205ed42018-02-06 01:13:51 -080012/.vscode/
Thiago Farina215c0bb2015-05-08 16:52:55 +000013/bazel.iml
John Cater3ae50fe2017-02-27 11:07:55 +000014# Ignore all bazel-* symlinks. There is no full list since this can change
15# based on the name of the directory bazel is cloned into.
16/bazel-*
17# Ignore outputs generated during Bazel bootstrapping.
Steven Deedcb4a382016-01-27 16:23:47 +000018/output/
dzc51dcd282017-06-14 22:52:27 +020019# Ignore jekyll build output.
20/production
21/.sass-cache
buchgr8ef17992019-07-22 04:23:13 -070022# Bazelisk version file
John Millikin8e8e43e2019-10-31 07:39:40 -070023.bazelversion
24# User-specific .bazelrc
25user.bazelrc
26