Skip to content

Commit

Permalink
add directory to gitignore and add whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
danilopedraza committed Feb 10, 2024
1 parent 41ad8be commit dd0474c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
parser/.antlr
parsing/*
input/
.idea/
.idea/
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ run-tests-ci:
run-tests:
docker run --rm -v .:/home/gousr/project go-antlr go test ./own
generate-parsing-files:
go generate ./...
go generate ./...

0 comments on commit dd0474c

Please sign in to comment.