Jiseoup
/
showmycode
Public
EN
|
KO
코드
커밋
풀 리퀘스트
← 목록으로
chore: clean up .gitignore and remove unused config
Jiseoup · 2026년 6월 10일
b6ebb48
변경된 파일
2개
+6
-25
+6
-25
· 2개
모두 접기
▾
Removed
.git-blame-ignore-revs
+0
-4
@@ -1,4 +0,0 @@
-# Revisions listed here are skipped by `git blame` when contributors opt in via:
-# git config blame.ignoreRevsFile .git-blame-ignore-revs
-#
-# Add the squash-merge SHA of bulk reformat commits below (one per line).
▾
Modified
.gitignore
+6
-21
@@ -1,17 +1,5 @@
-# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
-
# dependencies
/node_modules
-/.pnp
-.pnp.*
-.yarn/*
-!.yarn/patches
-!.yarn/plugins
-!.yarn/releases
-!.yarn/versions
-
-# testing
-/coverage
# next.js
/.next/
@@ -20,19 +8,16 @@
# production
/build
-# misc
-.DS_Store
-*.pem
+# env files
+.env*
+!.env.example
# debug
npm-debug.log*
-yarn-debug.log*
-yarn-error.log*
-.pnpm-debug.log*
-# env files (can opt-in for committing if needed)
-.env*
-!.env.example
+# misc
+.DS_Store
+*.pem
# vercel
.vercel