Skip to content

Commit

Permalink
Add node_modules and env to root .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbissemattsson committed Oct 23, 2024
1 parent 0d758bd commit d3a1c46
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ cataloging/.env.development*
npm-debug.log
selenium-debug.log
.idea
node_modules

# Environment variables
.env
.env.*
!.env.example

0 comments on commit d3a1c46

Please sign in to comment.