Skip to content

Commit

Permalink
Update .gitignore with sane directories
Browse files Browse the repository at this point in the history
  • Loading branch information
markgomer committed Aug 6, 2024
1 parent fdd78f1 commit 218edee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 148 deletions.
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Node modules
node_modules/
frontend/node_modules/
backend/node_modules/

# Build files
frontend/build/
backend/build/
node_modules/
package-lock.json

backend/logs/
145 changes: 0 additions & 145 deletions backend/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion frontend/.gitignore

This file was deleted.

0 comments on commit 218edee

Please sign in to comment.