lsc-project / lsc

LSC engine
http://lsc-project.org/wiki/documentation/latest/start
Other
105 stars 40 forks source link

remove audit feature (#107) #288

Closed davidcoutadeur closed 3 days ago

davidcoutadeur commented 1 month ago

Closes #107

davidcoutadeur commented 1 month ago

Thank you for this cleanup!

I still see some Audit references:

* lsc.episode

* src/main/java/org/lsc/configuration/.gitignore (do we really need this file?)

Can you check please?

Ok, I'll give a look to this before merging.

davidcoutadeur commented 3 days ago

Thank you for this cleanup!

I still see some Audit references:

* lsc.episode

* src/main/java/org/lsc/configuration/.gitignore (do we really need this file?)

Can you check please?

Both fixed in commit 28023cb9

.gitignore seems really useful, since all files in configuration/ are generated at each compilation, except 3 of them. I have simplified the .gitignore to reflect this behavior, and take future files to ignore into account.