Browse Source

.gitignore .log files

master
Julian Noble 3 weeks ago
parent
commit
a81b720384
  1. 2
      .gitignore

2
.gitignore vendored

@ -33,6 +33,7 @@ scratch*
/doc/ /doc/
/test* /test*
/src/testdata/
#do not ignore src/runtime folder (needed to re-include what we do want from within) #do not ignore src/runtime folder (needed to re-include what we do want from within)
!/src/runtime !/src/runtime
@ -57,6 +58,7 @@ _FOSSIL_
#miscellaneous editor files etc #miscellaneous editor files etc
*.swp *.swp
.vscode .vscode
*.log
/src/modules/punk/mix/templates/utility/multishell.ps1 /src/modules/punk/mix/templates/utility/multishell.ps1

Loading…
Cancel
Save