Skip to content

Commit

Permalink
update cms .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed Jan 12, 2024
1 parent 1fd772b commit a28732e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages/cms/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,19 @@ node_modules
.env
/uploads
/generated

# dependencies
node_modules
/.pnp
.pnp.js

# testing
/coverage
# typescript
*.tsbuildinfo
next-env.d.ts

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

0 comments on commit a28732e

Please sign in to comment.