Jiseoup
/
showmycode
Public
EN
|
KO
Code
Commits
Pull Requests
← Back to list
chore: clean up .gitignore and remove unused config
Jiseoup · Jun 10, 2026
b6ebb48
Files changed
2
+6
-25
+6
-25
· 2
Fold all
▾
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