master > master: allgemeine Aufräumung
This commit is contained in:
19
code/.gitignore
vendored
19
code/.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user