Ignore the temporary desktop build folder

This commit is contained in:
Manav Rathi 2025-02-13 13:11:09 +05:30
parent 0e9153f4ab
commit 17c713d3de
No known key found for this signature in database

View File

@ -3,7 +3,7 @@ import config from "@/build-config/eslintrc-next-app.mjs";
export default [
...config,
{
ignores: ["thirdparty"],
ignores: ["thirdparty", ".next-desktop"],
},
{
rules: {