Files
meteor/.gitignore
italo jose 75bdcd058c feat: native profile inspector
- Enhance profiling capabilities with inspector support and update documentation.
- Added .cursorignore and .cursorrules to .gitignore.
- Updated PERFORMANCE.md and README.md with detailed instructions for using inspector profiling, including environment variable configurations and output handling.
- Improved profiling function to manage inspector sessions and handle large profile sizes effectively.
2025-03-25 09:46:12 -03:00

42 lines
551 B
Plaintext

.DS_Store
node_modules
/.meteor
*~
/dev_bundle
/dev_bundle.xxx
/dev_bundle_XXX
/dev_bundle*.tar.gz
/android_bundle
/android_bundle*.tar.gz
/node_*.tar.gz
/mongo_*.tar.gz
/dist
\#*\#
.\#*
.idea
*.iml
*.sublime-project
*.sublime-workspace
/.vscode/
TAGS
*.log
*.out
npm-debug.log
universe
.babel-cache
.reify-cache
mongo-test-output
# core packages shouldn't have .versions files
packages/*/.versions
# packages shouldn't have .npm on Git
packages/**/.npm
# doc files should not be committed
packages/**/*.docs.js
#cursor
.cursorignore
.cursorrules