Fix reuse for new root files

Luke Karrys committed Oct 16, 2023 at 09:46 UTC 8c2870a98bf04f0331cfb161da7ecf62efcb63ac
2 files changed +2 -1
.prettierignore
+1
@@ -5,3 +5,4 @@ cli/
5 .github/
6 package-lock.json
7 SECURITY.md
8 +.reuse/
.reuse/dep5
+1 -1
@@ -7,6 +7,6 @@ Files: content/* static/*
7 Copyright: 2020 GitHub
8 License: CC-BY-4.0
9
10 -Files: scripts/* cli/* theme/* src/* .github/* *.md *.js *.json .npmrc .gitignore .nvmrc
10 +Files: scripts/* cli/* theme/* src/* .github/* *.md *.js *.json .*
11 Copyright: 2020 GitHub
12 License: MIT