Browse Source

feat: ignore node_modules for js project

Young Han 1 week ago
parent
commit
870609b0d4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -3,3 +3,4 @@ __pycache__
 .ipynb_checkpoints
 wandb/
 artifacts/
+node_modules/