Преглед изворни кода

feat: ignore node_modules for js project

Young Han пре 1 недеља
родитељ
комит
870609b0d4
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

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