fix: add node_modules to gitignore (#16515)

This commit is contained in:
Sagar Vora
2019-01-29 16:00:45 +05:30
committed by GitHub
parent cc41b876fb
commit bad36ef3ef

1
.gitignore vendored
View File

@@ -12,3 +12,4 @@ erpnext/docs/current
*.swo
__pycache__
*~
node_modules/