Ignore .log output files

This commit is contained in:
2023-05-13 11:32:21 -05:00
parent 1a5637cdda
commit 9aab4a5baf

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
.idea .idea
.log*
# dependencies # dependencies
/node_modules /node_modules