We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b05e981 commit 1a0d1d0Copy full SHA for 1a0d1d0
config/generation.config.mjs
@@ -110,6 +110,7 @@ export const patterns = [
110
111
'tests/output/python/poetry.lock',
112
'!tests/output/python/**/__init__.py',
113
+ 'tests/output/python/requirements.txt',
114
115
// Ruby
116
'!clients/algoliasearch-client-ruby/**',
@@ -151,10 +152,12 @@ export const patterns = [
151
152
'!clients/algoliasearch-client-swift/Sources/zlib/**',
153
154
'tests/output/swift/Package.swift',
- '!tests/output/swift/handwritten/**',
155
+ '!tests/output/swift/manual/**',
156
'!tests/output/swift/Utils/**',
157
'guides/.gitignore',
158
'guides/swift/.swiftformat',
159
160
'clients/**/LICENSE',
161
+
162
+ 'yarn.lock',
163
];
0 commit comments