logik2021/codego/.gitignore

25 lines
317 B
Plaintext
Raw Normal View History

2021-05-09 18:22:12 +02:00
*
!/.gitignore
!/data.env
!/README.md
!/build.sh
2021-05-09 18:22:12 +02:00
!/test.sh
## Go Source
!/aussagenlogik
!/aussagenlogik/rekursion
!/aussagenlogik/schema
!/aussagenlogik/syntaxbaum
!/core
!/core/environment
!/core/utils
!/grammars
!/**/*.go
!/go.mod
!/go.sum
## Für Erzeugung von Grammatiken:
!/grammars/README.md
!/grammars/*.g4