Skip to content

Commit 5999315

Browse files
committed
add gitignore
1 parent 0c8b8a9 commit 5999315

File tree

8 files changed

+1080
-0
lines changed

8 files changed

+1080
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
.VSCodeCounter
44
*.sh
55
mongo
6+
node_modules/

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
echo "Running lint-staged..."
3+
cd client && npx lint-staged && cd ..
4+
cd server && npx lint-staged && cd ..

0 commit comments

Comments
 (0)