Skip to content

Commit

Permalink
.ignore tweaks to inc assets in repo & excl f/ npm
Browse files Browse the repository at this point in the history
  • Loading branch information
markSmurphy committed Jul 14, 2021
1 parent a1399c4 commit 964d5c6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
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*
Expand Down
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ debug*
staging.cmd
staging.ps1

# To Do notes
todo.md

# Screenshot images folder
screenshots/*

Expand Down
17 changes: 17 additions & 0 deletions todo.md
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.~~

0 comments on commit 964d5c6

Please sign in to comment.