Declutter project configuration files?

Viewed 13

I used a boilerplate nextjs project that produces many configuration files:

.env.example
.eslintrc.js
.gitignore
.npmrc
.prettierignore
.prettierrc.js
commitlint.config.js
jest.config.js
jest.setup.js
next-env.d.ts
next-sitemap.config.js
next.config.js
package.json
postcss.config.js
tailwind.config.js
tsconfig.json
vercel.json

Is there a way to move them into a separate directory so they won't clutter my project's root dir?

0 Answers
Related