Skip to content

Commit

Permalink
.gitignore: Ignore node_modules and corrected old entries.
Browse files Browse the repository at this point in the history
for var.js and certificates/private keys.
  • Loading branch information
pupitetris committed Jun 20, 2023
1 parent dbbee02 commit 0b89483
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
*.DS_STORE
.idea
bin/
var.js
star.pem
cert.pem
key.pem
/htdocs/var.js
/star.pem
/cert.pem
/key.pem
/star.key
/node_modules/

0 comments on commit 0b89483

Please sign in to comment.