Skip to content

Commit

Permalink
flatten generators, parser, schema (at correct version)
Browse files Browse the repository at this point in the history
  • Loading branch information
gimre-xymcity committed Oct 25, 2022
1 parent 9612c3b commit dcd1438
Show file tree
Hide file tree
Showing 191 changed files with 14,123 additions and 0 deletions.
15 changes: 15 additions & 0 deletions catbuffer-generators/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
*~
*.pch
*.pyc
__pycache__/
.idea
.vscode/
.DS_Store
_generated/
.python-version
node_modules/
.gradle
build
.idea
/catbuffer-generators.iml
/build-old/
3 changes: 3 additions & 0 deletions catbuffer-generators/.gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "catbuffer"]
path = catbuffer
url = https://github.com/nemtech/catbuffer.git
2 changes: 2 additions & 0 deletions catbuffer-generators/.pycodestyle
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pycodestyle]
max-line-length = 140
Loading

0 comments on commit dcd1438

Please sign in to comment.