master > master: codego initialisiert
This commit is contained in:
25
codego/.gitignore
vendored
Normal file
25
codego/.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
*
|
||||
!/.gitignore
|
||||
|
||||
!/data.env
|
||||
!/README.md
|
||||
!/run.sh
|
||||
!/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/antlr.jar
|
||||
!/grammars/README.md
|
||||
!/grammars/*.g4
|
||||
Reference in New Issue
Block a user