Compare commits

...

2 Commits

Author SHA1 Message Date
Bram 2fd2eb4e5a Fix broken link 2023-12-18 01:57:14 +01:00
Bram ee1012f783 Add VSCode workspace settings to .gitignore 2023-12-18 01:34:00 +01:00
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -2,3 +2,5 @@
elm-stuff elm-stuff
# elm-repl generated files # elm-repl generated files
repl-temp-* repl-temp-*
# VScode settings
.vscode/

View File

@ -36,4 +36,4 @@ version, please wait around for a full version.
## Contribute ## Contribute
If you wish to contribute, please read the If you wish to contribute, please read the
[contribution guide](docs/CONTRIBUTE.md). [contribution guide](docs/CONTRIBUTING.md).