logik2021/code/.gitignore

23 lines
271 B
Plaintext
Raw Normal View History

2021-05-05 11:07:32 +02:00
*
!/.gitignore
!/data.env
2021-05-06 12:44:29 +02:00
!/README.md
## Scripts
!/scripts
!/scripts/requirements
!/scripts/build.sh
!/scripts/test.sh
## Für Erzeugung von Grammatiken:
!/grammars
!/grammars/README.md
!/grammars/*.lark
## Python Source
2021-05-06 12:44:29 +02:00
!/aussagenlogik
!/utests
!/**/*.py
2021-05-07 06:37:32 +02:00
!/*/*.lark