* split the project in 2, to make it easier to iterate on the code generation without breaking the build. This could also help reduce the compiled size of the library. * update CONTRIBUTING.md * try to fix github workflow
12 lines
213 B
Plaintext
12 lines
213 B
Plaintext
# Created by https://www.gitignore.io
|
||
|
||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||
hs_err_pid*
|
||
|
||
|
||
### Eclipse ###
|
||
.classpath
|
||
.project
|
||
.settings/
|
||
buildNumber.properties
|