Ajaxy / telegram-tt

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

Exclude `dist` from the repo #284

Closed alex-kinokon closed 9 months ago

alex-kinokon commented 9 months 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 9 months ago

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

Haarolean commented 5 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.