Skip to content

Commit 747e04e

Browse files
authored
Ignore a few more files to make working with the site a little easier (#352)
* Ignore active versions of Visual Studio Code per-project configuration files and `prettierrc` configuration. * Added a template `prettierrc` and Visual Studio Code `tasks` file for those who want to use one. * Added `extensions.json` to the `.gitignore`, too. * Switched to a more generic exclude for the `.vscode` directory. * Removed Prettier template. * Removed the `template` file and associated line in `.gitignore`.
1 parent 4f4b326 commit 747e04e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,9 @@ xcuserdata
1818

1919
# Build output
2020
.output
21+
22+
# VS Code files
23+
.vscode
24+
25+
# Prettier
26+
.prettierrc

0 commit comments

Comments
 (0)