@cluerise/tools 5.2.0 → 5.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -297,10 +297,22 @@ export default defineConfig([
|
|
|
297
297
|
// Enable all hidden directories
|
|
298
298
|
'!.*/',
|
|
299
299
|
|
|
300
|
+
// Apollo
|
|
301
|
+
'**/apollo-ios-cli',
|
|
302
|
+
|
|
303
|
+
// Apple files and directories
|
|
304
|
+
'**/*.xcdatamodeld/',
|
|
305
|
+
'**/*.xcodeproj/',
|
|
306
|
+
'**/*.entitlements',
|
|
307
|
+
'**/*.plist',
|
|
308
|
+
'**/*.storekit',
|
|
309
|
+
'**/*.xcassets',
|
|
310
|
+
'**/*.xcstrings',
|
|
311
|
+
|
|
300
312
|
// Archives
|
|
301
|
-
'
|
|
302
|
-
'
|
|
303
|
-
'
|
|
313
|
+
'**/*.zip',
|
|
314
|
+
'**/*.gz',
|
|
315
|
+
'**/*.tgz',
|
|
304
316
|
|
|
305
317
|
// Build
|
|
306
318
|
'**/build/',
|