Skip to content

Commit

Permalink
Update .gitignore: reorganize and remove duplicates; add IDE specific…
Browse files Browse the repository at this point in the history
… folders.
  • Loading branch information
Matthew-Grayson committed Mar 5, 2024
1 parent e12cd8b commit 25f1b6a
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
<<<<<<< HEAD
# This file specifies intentionally untracked files that Git should ignore.
# Files already tracked by Git are not affected.
# See: https://git-scm.com/docs/gitignore

node_modules/
backend/node_modules
.env
tmp/*
.DS_STORE
*/.DS_STORE

# terraform
.terraform
Expand All @@ -18,20 +11,25 @@ plan

# dependencies
node_modules
backend/node_modules
docs/node_modules
frontend/node_modules
frontend/.pnp
frontend/.pnp.js
backend/node_modules

# testing
frontend/coverage
backend/coverage
docs/coverage
frontend/coverage

# production
frontend/build

# misc
.DS_Store
.env
tmp/*
.DS_STORE
*/.DS_STORE
.idea

npm-debug.log*
Expand Down

0 comments on commit 25f1b6a

Please sign in to comment.