mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore: exclude migration and setup files
This commit is contained in:
@@ -39,5 +39,5 @@
|
|||||||
".next/types/**/*.ts",
|
".next/types/**/*.ts",
|
||||||
"env.js"
|
"env.js"
|
||||||
, "next.config.mjs" ],
|
, "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"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user