Skip to content

Commit

Permalink
Update .gitignore & rm package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre ROUSSEL committed May 9, 2020
1 parent f146b4d commit d5ce4dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 372 deletions.
10 changes: 8 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
node_modules/
# Useless mac stuff
.DS_Store

# node
node_modules
package-lock.json

# Secret information
.env
marks.txt
.DS_Store
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,3 @@ const PLANETE_PASSWORD = process.env.PLANETE_PASSWORD;
console.error(err.message);
}
})();

369 changes: 0 additions & 369 deletions package-lock.json

This file was deleted.

0 comments on commit d5ce4dc

Please sign in to comment.