fix: update gitignore to follow Panda CSS best practices

Change from specific file exclusions to exclude entire styled-system directory.
This aligns with Panda CSS recommendations to treat generated files as build output.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Thomas Hallock
2025-09-27 16:27:01 -05:00
parent 18b685b92d
commit ccd0aa7552

5
.gitignore vendored
View File

@@ -8,10 +8,7 @@ dist/
*.tsbuildinfo
# Generated CSS (Panda CSS / styled-system)
**/styled-system/styles.css
**/styled-system/chunks/
**/styled-system/global.css
**/styled-system/reset.css
**/styled-system/
# Environment
.env*