mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
Make git ignore any '.meteor/local'
This commit is contained in:
parent
14ca5982e3
commit
b618894714
6
.gitignore
vendored
6
.gitignore
vendored
@ -3,6 +3,8 @@
|
||||
**/node_modules/*
|
||||
**/tmp/*
|
||||
**/.meteor/dev_bundle
|
||||
**/.meteor/local*
|
||||
**/.meteor/meteorite
|
||||
/private/certs/*
|
||||
*.bak
|
||||
*.iml
|
||||
@ -37,10 +39,6 @@
|
||||
.loadpath
|
||||
.map
|
||||
.metadata
|
||||
.meteor/local*
|
||||
.meteor/meteorite
|
||||
.meteor/dev_bundle
|
||||
packages/rocketchat-livechat/app/.meteor/dev_bundle
|
||||
packages/rocketchat-livechat/assets/rocketchat-livechat.min.js
|
||||
.mule
|
||||
.pmd
|
||||
|
||||
Loading…
Reference in New Issue
Block a user