chore: exclude migration and setup files

This commit is contained in:
Mauricio Siu
2024-05-01 00:02:03 -06:00
parent 3231edb22a
commit 2ab8b30394

View File

@@ -39,5 +39,5 @@
".next/types/**/*.ts",
"env.js"
, "next.config.mjs" ],
"exclude": ["node_modules", "dokploy", "config", "dist","webpack.config.server.js"]
"exclude": ["node_modules", "dokploy", "config", "dist","webpack.config.server.js","migration.ts","setup.ts"]
}