GEGlobalResearch / DARPA-ASKE-TA1

ANSWER Project to demonstrate knowledge-driven extraction of scientific models from code and texts
Other
8 stars 5 forks source link

Getting rid of the generated code? #5

Closed kittaakos closed 5 years ago

kittaakos commented 5 years ago

@crapo, shall we do another iteration to remove the generated code from Git?

crapo commented 5 years ago

Yes, that would be good. What do I need to do?

kittaakos commented 5 years ago

You have to wipe the generated code, update the .gitignore file to ignore them and push your changes.

crapo commented 5 years ago

So that would be all files in "src-gen" and in "xtend-gen" in all projects? And what would the addition to .gitinore in each project look like?

kittaakos commented 5 years ago

And what would the addition to .gitinore in each project look like?

There should be one for all projects.

crapo commented 5 years ago

right, but what would the actual addition to each file look like?

kittaakos commented 5 years ago

addition to each file look like?

I sent the link.

, update the .gitignore file to ignore

crapo commented 5 years ago

Oh, got it. Thanks. May not do until tomorrow afternoon.

crapo commented 5 years ago

I'm doing SADL as well. I notice that individual projects in sadlos2/sadl3 have .gitignore files. Is that needed or could there just be one .gitignore in sadl2os or in sadl2os/sadl3?

crapo commented 5 years ago

ah, I guess SADL is already ignored. My confusion.

crapo commented 5 years ago

Seems to have succeeded nicely.