mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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).
32 lines
400 B
Plaintext
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
|