未验证 提交 eb14c04c 编写于 作者: B Brendan Forster 提交者: GitHub

Merge pull request #2884 from github/more-community-cleanup

some more community cleanup
# gitignore template for Bazel build system
# website: https://bazel.build/
# Ignore all bazel-* symlinks. There is no full list since this can change
# based on the name of the directory bazel is cloned into.
/bazel-*
# gitignore template for Exercism project
# website: https://exercism.io/
# Ignore .exercism folder which contain sensitive data
.exercism
# gitignore template for Puppet modules
# website: https://forge.puppet.com/
# Built packages
pkg/*
# Should run on multiple platforms so don't check in
Gemfile.lock
# Tests
spec/fixtures/*
coverage/*
# Third-party
vendor/*
.bundle/*
# gitignore template for Jupyter Notebooks
# website: http://jupyter.org/
.ipynb_checkpoints
*/.ipynb_checkpoints/*
# Remove previous ipynb_checkpoints
# git rm -r .ipynb_checkpoints/
#
# gitignore template for Nikola static site generator
# website: https://getnikola.com/
.doit.db
*.py[cod]
cache/
output/
# gitignore template for Splunk apps
# documentation: http://docs.splunk.com/Documentation/Splunk/6.2.3/admin/Defaultmetaconf
# Splunk local meta file
local.meta
# Splunk local folder
local
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册