Skip to content

Commit 70ec651

Browse files
update the gitignore to ignore other package managers
1 parent 47c3240 commit 70ec651

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.gitignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,14 @@ yarn-error.log*
2323

2424
# typescript
2525
*.tsbuildinfo
26-
next-env.d.ts
26+
next-env.d.ts
27+
28+
# other package managers
29+
deno.lock
30+
package-lock.json
31+
yarn.lock
32+
33+
# IDEs
34+
/.vscode/*
35+
/.idea/*
36+
/.DS_Store

0 commit comments

Comments
 (0)