@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
- '*.zip',
302
- '*.gz',
303
- '*.tgz',
313
+ '**/*.zip',
314
+ '**/*.gz',
315
+ '**/*.tgz',
304
316
 
305
317
  // Build
306
318
  '**/build/',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cluerise/tools",
3
- "version": "5.2.0",
3
+ "version": "5.2.1",
4
4
  "description": "Tools for maintaining TypeScript projects.",
5
5
  "author": "Branislav Holý <brano@holy.am>",
6
6
  "repository": "github:cluerise/tools",