Jiseoup/showmycodePublic
EN|KO
  • Code
  • Commits
  • Pull Requests
← Back to list

chore: clean up .gitignore and remove unused config

JiseoupJiseoup · Jun 10, 2026b6ebb48

Files changed2+6 -25

Changed files

+6 -25 · 2

@@ -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).
@@ -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