mirror of
https://github.com/meteor/meteor.git
synced 2026-01-08 15:24:00 -05:00
- 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.
42 lines
551 B
Plaintext
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
|