create-zhx-monorepo 2.1.0 → 2.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-zhx-monorepo",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Create a ZHX monorepo with one command",
5
5
  "bin": {
6
6
  "create-zhx-monorepo": "bin/index.js"
@@ -28,8 +28,8 @@ coverage
28
28
 
29
29
  # Build Outputs
30
30
 
31
- .next/
32
- out/
31
+ .next
32
+ out
33
33
  build
34
34
  dist
35
35
 
@@ -44,8 +44,9 @@ logs
44
44
  \*.pem
45
45
 
46
46
  # Prisma
47
+ **/prisma/generated/
48
+ **/prisma/migrations/
47
49
 
48
- \*\*/prisma/generated/
49
50
 
50
51
  # others
51
52