updated gitignore

This commit is contained in:
Sem van der Hoeven
2019-12-20 08:38:24 +01:00
parent e8177076a1
commit 7ab7c33134
14 changed files with 722 additions and 39 deletions

3
.gitignore vendored
View File

@@ -36,5 +36,8 @@ hs_err_pid*
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.idea/**
target/**
# End of https://www.gitignore.io/api/visualstudiocode
BrainfuckInterpreter.iml