Skip to content

Commit

Permalink
๐Ÿ”ง Conf : ํ”„๋กœ์ ํŠธ ์ดˆ๊ธฐ ์„ธํŒ… ์™„๋ฃŒ
Browse files Browse the repository at this point in the history
  • Loading branch information
nalsae committed Sep 28, 2023
1 parent 1b6d555 commit eb61751
Show file tree
Hide file tree
Showing 9 changed files with 4,603 additions and 1 deletion.
35 changes: 35 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Portfolio
## Portfolio
4 changes: 4 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {}

module.exports = nextConfig
Loading

0 comments on commit eb61751

Please sign in to comment.