Docs: correct ignorance pattern for .env.local#32647
Merged
balazsorban44 merged 4 commits intovercel:canaryfrom Jan 12, 2022
Merged
Docs: correct ignorance pattern for .env.local#32647balazsorban44 merged 4 commits intovercel:canaryfrom
balazsorban44 merged 4 commits intovercel:canaryfrom
Conversation
In order to gitignore `.env.local`, I need to add `.env*.local` instead of `.env.*.local` to `.gitignore`.
styfle
reviewed
Dec 20, 2021
Co-authored-by: Steven <steven@ceriously.com>
balazsorban44
suggested changes
Jan 11, 2022
Closed
Co-authored-by: Balázs Orbán <info@balazsorban.com>
teleaziz
added a commit
to teleaziz/next.js
that referenced
this pull request
Jan 12, 2022
…o-example * 'canary' of github.com:vercel/next.js: Added links to data fetching api refs, fixed title (vercel#33221) Removed backticks on data fetching api titles (vercel#33216) middlewares: limit `process.env` to inferred usage (vercel#33186) Fixed broken link (vercel#33209) v12.0.8 v12.0.8-canary.22 Refactor data fetching API docs (vercel#30615) Docs: correct ignorance pattern for .env.local (vercel#32647) Fixes vercel#33153: Updating cross-references from master to main + canary (vercel#33198) v12.0.8-canary.21 Add util for normalizing errors (vercel#33159) Fix broken yarn pnp (vercel#32867)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In order to gitignore
.env.local, I need to add.env*.localinstead of.env.*.localto.gitignore.Documentation / Examples
yarn lint