fix: add node modules to gitignore

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8181
GitOrigin-RevId: 5be080c804493f26e3edff09a54b1a06d2010ba1
This commit is contained in:
Abhijeet Khangarot 2023-03-03 12:47:51 +05:30 committed by hasura-bot
parent a8f1af21ca
commit d1b4472451

3
.gitignore vendored
View File

@ -61,3 +61,6 @@ tests-hspec.log
# Test run results from Sandwich-powered tests
test_runs/
# dependencies
node_modules