Files
wordle_archive/.gitignore
Peter Weinberg e6e182f6fd persist & display scores & past solutions (#35)
* persist and display score and past solutions

* show solutions on board for puzzles that were previously won

* show CLEAR instead of ENTER on keyboard when puzzle is won

* clearSolution will clear board but not history of game state

* for puzzles that have been won in the past but cleared, show as yellow in "choose" menu

* adds score (e.g. 2/6, 6/6, etc.) next to "choose" menu items

* address regression impact of gameStateList changes
2022-02-12 22:25:14 -05:00

26 lines
319 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.vscode