Skip to content

Commit 85298c7

Browse files
authored
fix: fix ignored files (#1555)
These files are generated by the `npm run fetch` script and were somehow messed up by #1490 (I think). Followed these instructions to ensure they were fully removed and ignored: https://stackoverflow.com/questions/11451535/gitignore-is-not-working Resolves #1554
1 parent ebcdee0 commit 85298c7

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ node_modules
22
npm-debug.log
33
build
44
generated
5-
src/components/Support/support-backers.json
6-
src/components/Support/support-sponsors.json
7-
src/components/StarterKits/starter-kits-data.json
5+
support-backers.json
6+
support-sponsors.json
7+
starter-kits-data.json
88
.antwar

src/components/StarterKits/starter-kits-data.json

-1
This file was deleted.

src/components/Support/support-backers.json

-1
This file was deleted.

0 commit comments

Comments
 (0)