master > master: allgemeine Aufräumung
This commit is contained in:
19
codego/.gitignore
vendored
19
codego/.gitignore
vendored
@@ -3,8 +3,18 @@
|
||||
|
||||
!/data.env
|
||||
!/README.md
|
||||
!/build.sh
|
||||
!/test.sh
|
||||
|
||||
## Scripts
|
||||
!/scripts
|
||||
!/scripts/requirements
|
||||
!/scripts/build.sh
|
||||
!/scripts/build.sh
|
||||
!/scripts/test.sh
|
||||
|
||||
## Für Erzeugung von Grammatiken:
|
||||
!/grammars
|
||||
!/grammars/README.md
|
||||
!/grammars/*.g4
|
||||
|
||||
## Go Source
|
||||
!/aussagenlogik
|
||||
@@ -14,11 +24,6 @@
|
||||
!/core
|
||||
!/core/environment
|
||||
!/core/utils
|
||||
!/grammars
|
||||
!/**/*.go
|
||||
!/go.mod
|
||||
!/go.sum
|
||||
|
||||
## Für Erzeugung von Grammatiken:
|
||||
!/grammars/README.md
|
||||
!/grammars/*.g4
|
||||
|
||||
Reference in New Issue
Block a user