Files
meteor/.gitignore
Evan Broder 2be8e56e24 Remove packages/*/.npm from gitignore and add missing .npm folders
It sounds like these folders are supposed to be committed, so long as
they aren't dumping additional junk beyond the npm-shrinkwrap file
(which seems to be the case). So remove them from .gitignore and add the
ones that are missing (presumably as a result of the gitignore).
2023-02-09 13:48:24 -08:00

32 lines
400 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