mirror of
https://github.com/dimitri/pgloader.git
synced 2026-01-21 07:01:03 +01:00
As documented in https://github.com/github/linguist#overrides and from the conversation in https://github.com/github/linguist/issues/3540 we add a .gitattributes file to the project wherein we pretend that the sql files are all vendored-in. This should allow GitHub to realize that pgloader is all about Common Lisp and not a single line of PLpgSQL...
2 lines
32 B
Plaintext
2 lines
32 B
Plaintext
test/**/*.sql linguist-vendored
|