Skip to content

Commit 29e4b13

Browse files
authored
fix: ignore node files (#152)
1 parent 2892fa5 commit 29e4b13

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@ gorm.db
33
coverage.out
44
/backend
55
dist/
6+
7+
# Created in the workflows but need to be ignored
8+
node_modules/
9+
package-lock.json
10+
package.json

0 commit comments

Comments
 (0)