mirror of https://github.com/zulip/zulip.git
Expand and reorganize .gitignore content.
Primarily this makes sure all the log files we generate are ignored. A good follow-up project to this would be to move all the log files to a fixed directory so that they're not creating a mess in the main filespace.
This commit is contained in:
parent
4474a11a3a
commit
1a01e65be2
|
@ -2,8 +2,17 @@
|
|||
*~
|
||||
/all_messages_log.*
|
||||
/event_log/*
|
||||
/server.log
|
||||
/digest.log*
|
||||
/errors.log*
|
||||
/manage.log*
|
||||
/server.log*
|
||||
/workers.log*
|
||||
/email-deliverer.log
|
||||
/email-mirror.log
|
||||
/sync_ldap_user_data.log
|
||||
/update-prod-static.log
|
||||
frontend_tests/casper_tests/server.log
|
||||
frontend_tests/casper_lib/test_credentials.js
|
||||
/prod-static
|
||||
/errors/*
|
||||
*.sw[po]
|
||||
|
@ -18,11 +27,7 @@ zulip.kdev4
|
|||
memcached_prefix
|
||||
coverage/
|
||||
/queue_error
|
||||
/workers.log
|
||||
.test-js-with-node.html
|
||||
digest.log
|
||||
errors.log
|
||||
manage.log
|
||||
.kateproject.d/
|
||||
.kateproject
|
||||
*.kate-swp
|
||||
|
@ -34,4 +39,5 @@ static/third/gemoji/
|
|||
static/third/zxcvbn/
|
||||
tools/emoji_dump/bitmaps/
|
||||
tools/emoji_dump/*.ttx
|
||||
tools/phantomjs
|
||||
node_modules
|
||||
|
|
Loading…
Reference in New Issue