blob: 39ffe91031eb8591c29f3520938c8d36dcd5f592 [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/
Steven Deedcb4a382016-01-27 16:23:47 +00009/.project
10/.settings
Loo Rong Jie4205ed42018-02-06 01:13:51 -080011/.vscode/
Thiago Farina215c0bb2015-05-08 16:52:55 +000012/bazel.iml
John Cater3ae50fe2017-02-27 11:07:55 +000013# Ignore all bazel-* symlinks. There is no full list since this can change
14# based on the name of the directory bazel is cloned into.
15/bazel-*
16# Ignore outputs generated during Bazel bootstrapping.
Steven Deedcb4a382016-01-27 16:23:47 +000017/output/
dzc51dcd282017-06-14 22:52:27 +020018# Ignore jekyll build output.
19/production
20/.sass-cache