chore: gitignore cleanup (#21)

This commit is contained in:
Rahim
2025-09-23 23:32:00 +10:00
committed by GitHub
parent 6ad5340b40
commit e3dcb6aba7
6 changed files with 76 additions and 194 deletions
-25
View File
@@ -1,25 +0,0 @@
# React specific ignores
# Storybook
storybook-static/
.storybook/public/
# React DevTools
.react-devtools
# Create React App
# /build (handled by root gitignore)
# Next.js
.next/
out/
# Gatsby
.cache/
public/
# React testing
__snapshots__/
# React build artifacts
build-storybook.log
-17
View File
@@ -1,17 +0,0 @@
# Generated files - do not commit
src/generated-icons/
# Build outputs
dist/
*.tsbuildinfo
# Dependencies
node_modules/
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db