Skip to content

Commit

Permalink
Merge pull request #35 from ycu-engine/fix/gitignore
Browse files Browse the repository at this point in the history
🩹 Gitignoreの修正
  • Loading branch information
nyatinte authored Sep 17, 2023
2 parents 02cabe0 + 9687d5a commit eb13c33
Showing 1 changed file with 2 additions and 32 deletions.
34 changes: 2 additions & 32 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,35 +1,5 @@
# 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
.DS_Store
src/server/src/schema/*.generated.ts

0 comments on commit eb13c33

Please sign in to comment.