docs(core): README atualizado com estrutura real + gitignore + env.example

This commit is contained in:
pulse-agent
2026-05-19 21:47:32 -03:00
parent bbdb68a6de
commit 154e233d6d
3 changed files with 137 additions and 45 deletions
+35
View File
@@ -0,0 +1,35 @@
# @pulse-libs/core — gitignore
node_modules/
dist/
coverage/
.tsup/**/*.tmp*
# Testes
.vitest/
coverage/
# Env
.env
.env.*
!.env.example
# OS
.DS_Store
Thumbs.db
# Editor
.idea/
.vscode/
*.swp
*.swo
# Logs
*.log
npm-debug.log*
# Git
.git/
!.gitignore
# CI/temp
.github/