Ajaxy / telegram-tt

Telegram Web A, GPL v3
https://web.telegram.org/a
GNU General Public License v3.0
2.4k stars 522 forks source link

Exclude `dist` from the repo #284

Closed alex-kinokon closed 1 year ago

alex-kinokon commented 1 year ago

Would you consider removing the dist folder from the repo? It’s easy to generate a lot of git conflicts with the folder checked in.

Ajaxy commented 1 year ago

Unfortunately, we can not, as it is used as a part of our deployment process.

Haarolean commented 10 months ago

@Ajaxy have you considered using git LFS or github pages for this? Currently cloning a repo takes about one gigabyte bandwidth and disk usage. Even if the dist directory is 300mb, every change is reflected in git and we get the sizes as we have now.