mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-09-18 11:18:12 +00:00
Add poetry.lock to generated files
`poetry.lock` is a generated file by the python poetry package manager, see https://python-poetry.org/docs/basic-usage/ for references.
This commit is contained in:
@@ -370,6 +370,9 @@ func TestIsGenerated(t *testing.T) {
|
||||
{"Generated/Haxe/Main.java", true, true},
|
||||
{"Generated/Haxe/Main.cs", true, true},
|
||||
{"Generated/Haxe/Main.php", true, true},
|
||||
|
||||
//Poetry lock file
|
||||
{"Dummy/poetry.lock", false, true},
|
||||
}
|
||||
|
||||
for _, tt := range testCases {
|
||||
|
Reference in New Issue
Block a user