Overview
Comment: | Update .gitattributes: GitHub Linguist vendoring |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ae412d007fa46b93d4881702549166f3 |
User & Date: | trnsz@pobox.com on 2021-04-16 08:45:45 |
Other Links: | manifest | tags |
Context
2021-04-16
| ||
08:48:39 | Update: .gitattributes - vendoring (linguist) check-in: 79abca0c1b user: trnsz@pobox.com tags: master, trunk | |
08:45:45 | Update .gitattributes: GitHub Linguist vendoring check-in: ae412d007f user: trnsz@pobox.com tags: master, trunk | |
08:43:21 | Update .gitattributes check-in: dc9552dc80 user: trnsz@pobox.com tags: master, trunk | |
Changes
Modified .gitattributes from [7c984bb5d5] to [9a6f762d26].
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | + + + + + + + + + + + + + + + + | # Effectively disable Linguist *.java linguist-vendored .java linguist-vendored *.js linguist-vendored .js linguist-vendored *.html linguist-vendored .html linguist-vendored *.htm linguist-vendored .htm linguist-vendored *.css linguist-vendored .css linguist-vendored *.cpp linguist-vendored .cpp linguist-vendored *.H linguist-vendored .H linguist-vendored *.mss linguist-vendored .mss linguist-vendored *.lsp linguist-vendored .lsp linguist-vendored *.tst linguist-vendored .tst linguist-vendored *.sl linguist-vendored .sl linguist-vendored *.c linguist-vendored |
︙ |