Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .gitignore preventing .env push #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

StErMi
Copy link

@StErMi StErMi commented Jun 4, 2022

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

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
@BunsDev
Copy link

BunsDev commented Feb 25, 2023

Yeah, I wholeheartedly agree with @StErMi:

  • .env
  • /node_modules/

Copy link

@BunsDev BunsDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consider adding: /node_modules/

@s7v7nislands
Copy link

the .env is already in .gitignore file, should we close this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants