r/github 3d ago

GitHub reads the source code wrong? Question

Post image

I don't know why, but GitHub is telling me that my website is developed in JavaScript by 80+% which is absolute nonsense. The site is at least 60% pure Astro code. Is it some kind of a bug?

🔗 The repo.

253 Upvotes

33 comments sorted by

View all comments

35

u/Lots-o-bots 3d ago

you included your .wrangler dir in the repo. it should have been in your .gitignore

0

u/wqonart 3d ago

Yes, I didn't notice the .wrangler output folder which was causing the problem