John Cater | 3ae50fe | 2017-02-27 11:07:55 +0000 | [diff] [blame] | 1 | # Ignore backup files. |
Han-Wen Nienhuys | 7a833f4 | 2015-10-28 14:17:09 +0000 | [diff] [blame] | 2 | *~ |
John Cater | 3ae50fe | 2017-02-27 11:07:55 +0000 | [diff] [blame] | 3 | # Ignore Vim swap files. |
Steven Dee | dcb4a38 | 2016-01-27 16:23:47 +0000 | [diff] [blame] | 4 | .*.swp |
John Cater | 3ae50fe | 2017-02-27 11:07:55 +0000 | [diff] [blame] | 5 | # Ignore files generated by IDEs. |
Damien Martin-Guillerez | f0f00b1 | 2015-03-24 12:27:58 +0000 | [diff] [blame] | 6 | /.classpath |
Damien Martin-Guillerez | f9971e6 | 2015-04-20 13:51:07 +0000 | [diff] [blame] | 7 | /.factorypath |
Thiago Farina | 215c0bb | 2015-05-08 16:52:55 +0000 | [diff] [blame] | 8 | /.idea/ |
Irina Iancu | 7ebf74f | 2018-08-30 13:05:42 -0700 | [diff] [blame] | 9 | /.ijwb/ |
Steven Dee | dcb4a38 | 2016-01-27 16:23:47 +0000 | [diff] [blame] | 10 | /.project |
| 11 | /.settings |
Loo Rong Jie | 4205ed4 | 2018-02-06 01:13:51 -0800 | [diff] [blame] | 12 | /.vscode/ |
Thiago Farina | 215c0bb | 2015-05-08 16:52:55 +0000 | [diff] [blame] | 13 | /bazel.iml |
John Cater | 3ae50fe | 2017-02-27 11:07:55 +0000 | [diff] [blame] | 14 | # 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 Dee | dcb4a38 | 2016-01-27 16:23:47 +0000 | [diff] [blame] | 18 | /output/ |
dzc | 51dcd28 | 2017-06-14 22:52:27 +0200 | [diff] [blame] | 19 | # Ignore jekyll build output. |
| 20 | /production |
| 21 | /.sass-cache |