Skip to content

Commit 1a0d1d0

Browse files
Fluf22millotp
authored andcommitted
chore: prevent from pushing yarn lock and python requirements
1 parent b05e981 commit 1a0d1d0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

config/generation.config.mjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ export const patterns = [
110110

111111
'tests/output/python/poetry.lock',
112112
'!tests/output/python/**/__init__.py',
113+
'tests/output/python/requirements.txt',
113114

114115
// Ruby
115116
'!clients/algoliasearch-client-ruby/**',
@@ -151,10 +152,12 @@ export const patterns = [
151152
'!clients/algoliasearch-client-swift/Sources/zlib/**',
152153

153154
'tests/output/swift/Package.swift',
154-
'!tests/output/swift/handwritten/**',
155+
'!tests/output/swift/manual/**',
155156
'!tests/output/swift/Utils/**',
156157
'guides/.gitignore',
157158
'guides/swift/.swiftformat',
158159

159160
'clients/**/LICENSE',
161+
162+
'yarn.lock',
160163
];

0 commit comments

Comments
 (0)