-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.ignore tweaks to inc assets in repo & excl f/ npm
- Loading branch information
1 parent
a1399c4
commit 964d5c6
Showing
3 changed files
with
20 additions
and
3 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 |
---|---|---|
@@ -1,6 +1,3 @@ | ||
# To Do notes | ||
todo.md | ||
|
||
# Verbose debugging output & logs | ||
debug/ | ||
debug* | ||
|
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 |
---|---|---|
|
@@ -15,6 +15,9 @@ debug* | |
staging.cmd | ||
staging.ps1 | ||
|
||
# To Do notes | ||
todo.md | ||
|
||
# Screenshot images folder | ||
screenshots/* | ||
|
||
|
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,17 @@ | ||
# Staging | ||
|
||
## To Do | ||
|
||
* Add support for Akamai OPEN API to lookup naked domain's alias in Property Manager | ||
* ~~`README.md` additions and examples for Windows and Linux O/S~~ | ||
* ~~`README.md` examples of debugging~~ | ||
* ~~Add `#` comment text to hosts file entry~~ | ||
* Add *progress indicator* when looking up multiple entries | ||
* ~~Test `staging` shebang~~ | ||
* Include an option specify the target DNS resolver IP address | ||
* ~~Add `--help` screen~~ | ||
* Some home ISPs return a provider's IP address when DNS lookups fail (to give the user a friendly `domain not found` page). | ||
* We could detect that and report it as DNS_LOOKUP_FAIL rather than relay the ISPs default IP address. | ||
* Add [file watcher](https://www.npmjs.com/package/filewatcher) on the `hosts` file to flush the O/S DNS resolver cache when it's written to. | ||
* ~~Add an option to output platform specific location of `hosts` file and command to flush DNS resolver cache.~~ | ||
* ~~Remove `bold` attribute from help & syntax output as not all terminals on all platforms support it.~~ |