antoniolofiego / Batteries-Included-Next.js

A starting boilerplate for a TS Next.js project with batteries included. Tailwind CSS for styling, Jest and React Testing Library working with path aliases and node-mock-http for API route testing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

globals.css should be in .gitignore

kriswuollett opened this issue · comments

The globals.css is a dev runtime and production compile time generated file. I assume it should not be checked into git?