Skip to content

Commit

Permalink
Add typescript build files to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin committed Sep 19, 2023
1 parent aafb621 commit d212959
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
node_modules
/.pnp
Expand All @@ -12,9 +10,17 @@ node_modules
.next
out

# production
# Nextjs build
client/build

# TypeScript build
common/strapi/*.js*
common/types/*.js*
common/utils/*.js*
schedulers/masstrans/*.js*
schedulers/transphoto/*.js*
schedulers/utils/*.js*

# misc
.DS_Store
*.pem
Expand All @@ -37,6 +43,3 @@ yarn-error.log*
*.tsbuildinfo
next-env.d.ts
api/build

# idea
.idea

0 comments on commit d212959

Please sign in to comment.