Add node_modules to gitignore

This commit is contained in:
Leilukin 2024-04-06 11:43:29 +08:00 committed by Helen Chong
parent c28ba9f854
commit a7e8e95953

3
.gitignore vendored
View File

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