-
Notifications
You must be signed in to change notification settings - Fork 276
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
Using dotenv with Claudia #39
Comments
files should override .gitignore, i'll check. is your .env explicitly included in the files section? |
this is fixed in 1.2.7, now on NPM. if the files property is specified in package.json, Claudia now just ignores .gitignore/.npmignore. Please let me know if this solved your problem |
Confirm, everything works as expected. Thank you! |
Shouldn't the same apply to folders? Currently the "files" property has precedence over .gitignore / .npmignore for individual files, but not folders. |
@jmike since 2.2.0 claudia just uses the only exception is |
Hi, previously I was able to use dotenv with Claudia by adding my
.env
file to thefiles
property of the package.json. However, now it is ignored. I imagine this is because the file is in .gitignore. Can you please clarify if this is a desired behaviour?I would think
files
property should dominate over .gitignoreThe text was updated successfully, but these errors were encountered: