build: add .gitignore, npm scripts, fix font-brand token, clear audit warnings

This commit is contained in:
Oliver
2026-03-27 16:30:07 -03:00
parent 4d2f57c20c
commit 3627c2c73d
5 changed files with 37 additions and 13 deletions
+21
View File
@@ -0,0 +1,21 @@
# Dependencies
node_modules/
# Tailwind build temp
tmp.json
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# OS
.DS_Store
Thumbs.db
# Editor
.vscode/
.idea/
*.swp
*.swo