-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update .gitignore files in create-svelte package to ignore all dotfil…
…es with a prefix of .env (#2905) * Update .gitignore files in create-svelte package to ignore all dotfiles with a prefix of .env * Git ignore .env and .env.* files in create-svelte templates rather than all files beginning with .env * Add changeset * Git ignore .env and .env.* files in create-svelte skeleton project template rather than all files beginning with .env
- Loading branch information
1 parent
9208ba3
commit c6b9ee4
Showing
3 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'create-svelte': patch | ||
--- | ||
|
||
Git ignore files with a .env. prefix |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,6 @@ node_modules | |
/.svelte-kit | ||
/package | ||
.env | ||
.env.* | ||
.vercel | ||
.output |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ node_modules | |
/.svelte-kit | ||
/package | ||
.env | ||
.env.* |