Skip to content

Commit

Permalink
배포준비
Browse files Browse the repository at this point in the history
  • Loading branch information
Minn-Choi committed Nov 4, 2024
1 parent eb19448 commit 5211d9f
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
.DS_Store
node_modules
/dist


# local env files
# Node modules
node_modules/
# Build output
/dist/
# Local environment files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Editor directories and files
.idea
.vscode
.idea/
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.sw?

0 comments on commit 5211d9f

Please sign in to comment.