Add node_modules to gitignore

This commit is contained in:
Helen Chong 2024-04-06 11:43:29 +08:00
parent 3c0119fa39
commit cee3230d98
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
.DS_Store .DS_Store
**/__Source __Source
node_modules