Skip to content

Commit 44bdef6

Browse files
Added gitignore
1 parent 686955d commit 44bdef6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.gitignore

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
./frontend/node_modules
2+
./frontend/.pnp
3+
./frontend/.pnp.js
4+
./frontend/.yarn/install-state.gz
5+
./frontend/coverage
6+
./frontend/.next/
7+
./frontend/out/
8+
./frontend/build
9+
./frontend/.DS_Store
10+
./frontend/*.pem
11+
./frontend/npm-debug.log*
12+
./frontend/yarn-debug.log*
13+
./frontend/yarn-error.log*
14+
./frontend/.env*.local
15+
./frontend/.vercel
16+
./frontend/*.tsbuildinfo
17+
./frontend/next-env.d.ts

0 commit comments

Comments
 (0)