evgeny-nadymov / telegram-react

Experimental Telegram web client with tdlib, webassembly and react js under the hood
https://evgeny-nadymov.github.io/telegram-react/
GNU General Public License v3.0
2.31k stars 605 forks source link

The .env file must not push to git server #413

Open amerllica opened 3 years ago

amerllica commented 3 years ago

By the given documentation about env file, it is needed just .env.example file for git server, and when a developer wants to develop it is needed to copy and paste the example file and remove .example, and the .gitignore file should contains .env inside itself.