-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Again updated default .gitignore: removed !.env.client. (#2090)
* Again updated default .gitignore: removed !.env.client. * Update web/docs/project/env-vars.md
- Loading branch information
Showing
15 changed files
with
62 additions
and
92 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
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 |
---|---|---|
@@ -1,13 +1,11 @@ | ||
.wasp/ | ||
node_modules/ | ||
|
||
# We by default ignore any dotenv files to avoid committing any secrets by accident. | ||
# If this is too agressive for you, consider allowing specific files with `!` operator, | ||
# or modify/delete these two lines. | ||
# Ignore all dotenv files by default to prevent accidentally committing any secrets. | ||
# To include specific dotenv files, use the `!` operator or adjust these rules. | ||
.env | ||
.env.* | ||
# Don't ignore .env.client as it can't contain any secrets. | ||
!.env.client | ||
# Don't ignore example env files. | ||
|
||
# Don't ignore example dotenv files. | ||
!.env.example | ||
!.env.*.example |
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 |
---|---|---|
@@ -1,13 +1,11 @@ | ||
.wasp/ | ||
node_modules/ | ||
|
||
# We by default ignore any dotenv files to avoid committing any secrets by accident. | ||
# If this is too agressive for you, consider allowing specific files with `!` operator, | ||
# or modify/delete these two lines. | ||
# Ignore all dotenv files by default to prevent accidentally committing any secrets. | ||
# To include specific dotenv files, use the `!` operator or adjust these rules. | ||
.env | ||
.env.* | ||
# Don't ignore .env.client as it can't contain any secrets. | ||
!.env.client | ||
# Don't ignore example env files. | ||
|
||
# Don't ignore example dotenv files. | ||
!.env.example | ||
!.env.*.example |
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 |
---|---|---|
@@ -1,14 +1,11 @@ | ||
.wasp/ | ||
node_modules/ | ||
|
||
# We by default ignore any dotenv files to avoid committing any secrets by accident. | ||
# If this is too agressive for you, consider allowing specific files with `!` operator, | ||
# or modify/delete these two lines. | ||
# Ignore all dotenv files by default to prevent accidentally committing any secrets. | ||
# To include specific dotenv files, use the `!` operator or adjust these rules. | ||
.env | ||
.env.* | ||
# Don't ignore .env.client as it can't contain any secrets. | ||
!.env.client | ||
# Don't ignore example env files. | ||
|
||
# Don't ignore example dotenv files. | ||
!.env.example | ||
!.env.*.example | ||
|
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 |
---|---|---|
@@ -1,14 +1,11 @@ | ||
.wasp/ | ||
node_modules/ | ||
|
||
# We by default ignore any dotenv files to avoid committing any secrets by accident. | ||
# If this is too agressive for you, consider allowing specific files with `!` operator, | ||
# or modify/delete these two lines. | ||
# Ignore all dotenv files by default to prevent accidentally committing any secrets. | ||
# To include specific dotenv files, use the `!` operator or adjust these rules. | ||
.env | ||
.env.* | ||
# Don't ignore .env.client as it can't contain any secrets. | ||
!.env.client | ||
# Don't ignore example env files. | ||
|
||
# Don't ignore example dotenv files. | ||
!.env.example | ||
!.env.*.example | ||
|
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 |
---|---|---|
@@ -1,13 +1,11 @@ | ||
.wasp/ | ||
node_modules/ | ||
|
||
# We by default ignore any dotenv files to avoid committing any secrets by accident. | ||
# If this is too agressive for you, consider allowing specific files with `!` operator, | ||
# or modify/delete these two lines. | ||
# Ignore all dotenv files by default to prevent accidentally committing any secrets. | ||
# To include specific dotenv files, use the `!` operator or adjust these rules. | ||
.env | ||
.env.* | ||
# Don't ignore .env.client as it can't contain any secrets. | ||
!.env.client | ||
# Don't ignore example env files. | ||
|
||
# Don't ignore example dotenv files. | ||
!.env.example | ||
!.env.*.example |
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 |
---|---|---|
@@ -1,13 +1,11 @@ | ||
.wasp/ | ||
node_modules/ | ||
|
||
# We by default ignore any dotenv files to avoid committing any secrets by accident. | ||
# If this is too agressive for you, consider allowing specific files with `!` operator, | ||
# or modify/delete these two lines. | ||
# Ignore all dotenv files by default to prevent accidentally committing any secrets. | ||
# To include specific dotenv files, use the `!` operator or adjust these rules. | ||
.env | ||
.env.* | ||
# Don't ignore .env.client as it can't contain any secrets. | ||
!.env.client | ||
# Don't ignore example env files. | ||
|
||
# Don't ignore example dotenv files. | ||
!.env.example | ||
!.env.*.example |
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 |
---|---|---|
@@ -1,13 +1,11 @@ | ||
.wasp/ | ||
node_modules/ | ||
|
||
# We by default ignore any dotenv files to avoid committing any secrets by accident. | ||
# If this is too agressive for you, consider allowing specific files with `!` operator, | ||
# or modify/delete these two lines. | ||
# Ignore all dotenv files by default to prevent accidentally committing any secrets. | ||
# To include specific dotenv files, use the `!` operator or adjust these rules. | ||
.env | ||
.env.* | ||
# Don't ignore .env.client as it can't contain any secrets. | ||
!.env.client | ||
# Don't ignore example env files. | ||
|
||
# Don't ignore example dotenv files. | ||
!.env.example | ||
!.env.*.example |
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 |
---|---|---|
@@ -1,13 +1,11 @@ | ||
.wasp/ | ||
node_modules/ | ||
|
||
# We by default ignore any dotenv files to avoid committing any secrets by accident. | ||
# If this is too agressive for you, consider allowing specific files with `!` operator, | ||
# or modify/delete these two lines. | ||
# Ignore all dotenv files by default to prevent accidentally committing any secrets. | ||
# To include specific dotenv files, use the `!` operator or adjust these rules. | ||
.env | ||
.env.* | ||
# Don't ignore .env.client as it can't contain any secrets. | ||
!.env.client | ||
# Don't ignore example env files. | ||
|
||
# Don't ignore example dotenv files. | ||
!.env.example | ||
!.env.*.example |
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 |
---|---|---|
@@ -1,13 +1,11 @@ | ||
.wasp/ | ||
node_modules/ | ||
|
||
# We by default ignore any dotenv files to avoid committing any secrets by accident. | ||
# If this is too agressive for you, consider allowing specific files with `!` operator, | ||
# or modify/delete these two lines. | ||
# Ignore all dotenv files by default to prevent accidentally committing any secrets. | ||
# To include specific dotenv files, use the `!` operator or adjust these rules. | ||
.env | ||
.env.* | ||
# Don't ignore .env.client as it can't contain any secrets. | ||
!.env.client | ||
# Don't ignore example env files. | ||
|
||
# Don't ignore example dotenv files. | ||
!.env.example | ||
!.env.*.example | ||
!.env.*.example |
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 |
---|---|---|
@@ -1,13 +1,11 @@ | ||
.wasp/ | ||
node_modules/ | ||
|
||
# We by default ignore any dotenv files to avoid committing any secrets by accident. | ||
# If this is too agressive for you, consider allowing specific files with `!` operator, | ||
# or modify/delete these two lines. | ||
# Ignore all dotenv files by default to prevent accidentally committing any secrets. | ||
# To include specific dotenv files, use the `!` operator or adjust these rules. | ||
.env | ||
.env.* | ||
# Don't ignore .env.client as it can't contain any secrets. | ||
!.env.client | ||
# Don't ignore example env files. | ||
|
||
# Don't ignore example dotenv files. | ||
!.env.example | ||
!.env.*.example | ||
!.env.*.example |
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 |
---|---|---|
@@ -1,13 +1,11 @@ | ||
.wasp/ | ||
node_modules/ | ||
|
||
# We by default ignore any dotenv files to avoid committing any secrets by accident. | ||
# If this is too agressive for you, consider allowing specific files with `!` operator, | ||
# or modify/delete these two lines. | ||
# Ignore all dotenv files by default to prevent accidentally committing any secrets. | ||
# To include specific dotenv files, use the `!` operator or adjust these rules. | ||
.env | ||
.env.* | ||
# Don't ignore .env.client as it can't contain any secrets. | ||
!.env.client | ||
# Don't ignore example env files. | ||
|
||
# Don't ignore example dotenv files. | ||
!.env.example | ||
!.env.*.example | ||
!.env.*.example |
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 |
---|---|---|
@@ -1,13 +1,11 @@ | ||
.wasp/ | ||
node_modules/ | ||
|
||
# We by default ignore any dotenv files to avoid committing any secrets by accident. | ||
# If this is too agressive for you, consider allowing specific files with `!` operator, | ||
# or modify/delete these two lines. | ||
# Ignore all dotenv files by default to prevent accidentally committing any secrets. | ||
# To include specific dotenv files, use the `!` operator or adjust these rules. | ||
.env | ||
.env.* | ||
# Don't ignore .env.client as it can't contain any secrets. | ||
!.env.client | ||
# Don't ignore example env files. | ||
|
||
# Don't ignore example dotenv files. | ||
!.env.example | ||
!.env.*.example | ||
!.env.*.example |
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 |
---|---|---|
@@ -1,13 +1,11 @@ | ||
.wasp/ | ||
node_modules/ | ||
|
||
# We by default ignore any dotenv files to avoid committing any secrets by accident. | ||
# If this is too agressive for you, consider allowing specific files with `!` operator, | ||
# or modify/delete these two lines. | ||
# Ignore all dotenv files by default to prevent accidentally committing any secrets. | ||
# To include specific dotenv files, use the `!` operator or adjust these rules. | ||
.env | ||
.env.* | ||
# Don't ignore .env.client as it can't contain any secrets. | ||
!.env.client | ||
# Don't ignore example env files. | ||
|
||
# Don't ignore example dotenv files. | ||
!.env.example | ||
!.env.*.example |
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