forge-template
forge-template copied to clipboard
Update .gitignore preventing `.env` push
Probably it won't happen because as far as I know, foundry does not support it, but devs could use this template in connection with other tools like hardhat that use .env and it's not a bad practice to prevent this file to be pushed to the repo.
It could be useful to add more files/folder to .gitignore, it would not hurt to ban things like node_modules and similar
Yeah, I wholeheartedly agree with @StErMi:
- .env
- /node_modules/
the .env is already in .gitignore file, should we close this PR?