Han-Wen Nienhuys | 3e0c44f | 2015-05-11 15:14:46 +0000 | [diff] [blame] | 1 | *.bzl linguist-language=Python |
| 2 | BUILD linguist-language=Python |
| 3 | site/* linguist-documentation |
Ed Schouten | a3ec4bd | 2018-10-11 04:54:36 -0700 | [diff] [blame] | 4 | |
Son Luong Ngoc | 9fc8948 | 2024-07-03 10:09:46 -0700 | [diff] [blame] | 5 | # Github excludes files in 'build' directory from their search by default. |
| 6 | # This negates the exclusion. |
| 7 | # |
| 8 | # For more information, see: |
| 9 | # https://docs.github.com/en/search-github/searching-on-github/finding-files-on-github#customizing-excluded-files |
| 10 | **/build/** linguist-generated=false |
| 11 | |
Ed Schouten | a3ec4bd | 2018-10-11 04:54:36 -0700 | [diff] [blame] | 12 | # Files that should not use CRLF line endings, even on Windows. |
| 13 | tools/genrule/genrule-setup.sh -text |
Fabian Meumertzheim | 24ef85f | 2024-06-19 00:25:43 -0700 | [diff] [blame] | 14 | |
| 15 | # A custom merge driver for the Bazel lockfile. |
| 16 | # https://bazel.build/external/lockfile#automatic-resolution |
| 17 | MODULE.bazel.lock merge=bazel-lockfile-merge |