ELTE-Clean / Clean-Administration-Platform

2 stars 1 forks source link

Removing the Compiled/Transpiled Output from the Repository #23

Closed Mohido closed 2 years ago

Mohido commented 2 years ago

The repo must not contain any compilation output code or files. There should be a description of how to generate the output files. For example the output of the transpiled .tsx and .scss must not be included in the repo. The repo will grow huge if we keep these files since the transpiler changes the files rapidly and generate different output sometimes due to some optimizations.

Mohido commented 2 years ago

@Abdulla-Alkhulaqui @RealGorandos @the4t4. If you have output files, please add the output directory to the .gitignore. For now, the current outputed file can be removed from the git history tracker by git rm folder

Mohido commented 2 years ago

Linked issue: #35

the4t4 commented 2 years ago

We have compiled output in the scripts folder