11 Star 33 Fork 13

Jim / milog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.gitignore 724 Bytes
一键复制 编辑 原始数据 按行查看 历史
jinhu 提交于 2018-06-07 18:03 . perf(milog): update unicorn
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile '~/.gitignore_global'
# Ignore bundler config.
/.bundle
# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep
# Ignore Byebug command history file.
.byebug_history
# Ignore local environment value
/config/local_env.yml
/config/email.yml
/config/secrets.yml
# Ignore all .sass-cache files
/.sass-cache/**
# Ignore all public/assets files
/public/assets/**
/public/uploads/**
/public/system/
# Ignore all ~ file
.*~
*~
Ruby
1
https://gitee.com/jimcheung/milog.git
git@gitee.com:jimcheung/milog.git
jimcheung
milog
milog
master

搜索帮助