master > master: allgemeine Aufräumung

This commit is contained in:
RD
2021-05-10 14:32:52 +02:00
parent a0dee82659
commit 61ec2d7df3
17 changed files with 303 additions and 244 deletions

19
code/.gitignore vendored
View File

@@ -1,12 +1,21 @@
*
!/.gitignore
!/README.md
!/build.sh
!/test.sh
!/data.env
!/requirements
!/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
!/aussagenlogik
!/utests
!/**/*.py