chore: 🔧 add config files
by Sivritkin Dmitriy
1@@ -0,0 +1,7 @@
2+node_modules
3+.next
4+.cache
5+.yarn
6+public
7+next-env.d.ts
8+yarn.lock@@ -0,0 +1 @@
9+* text=auto eol=lf@@ -0,0 +1 @@
10+engine-strict=true@@ -0,0 +1 @@
11+lts/*@@ -2,6 +2,11 @@
12 "name": "github-commit-explorer",
13 "version": "0.1.0",
14 "private": true,
15+ "engines": {
16+ "node": ">=20.0.0",
17+ "yarn": ">=3.0.0",
18+ "npm": "please-use-yarn"
19+ },
20 "scripts": {
21 "dev": "next dev",
22 "build": "next build",