mirror of
https://github.com/github/gitignore
synced 2024-11-05 11:28:50 +01:00
Merge pull request #2884 from github/more-community-cleanup
some more community cleanup
This commit is contained in:
commit
eb14c04c35
6
community/Bazel.gitignore
Normal file
6
community/Bazel.gitignore
Normal file
@ -0,0 +1,6 @@
|
||||
# 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-*
|
5
community/Exercism.gitignore
Normal file
5
community/Exercism.gitignore
Normal file
@ -0,0 +1,5 @@
|
||||
# gitignore template for Exercism project
|
||||
# website: https://exercism.io/
|
||||
|
||||
# Ignore .exercism folder which contain sensitive data
|
||||
.exercism
|
16
community/Puppet.gitignore
Normal file
16
community/Puppet.gitignore
Normal file
@ -0,0 +1,16 @@
|
||||
# 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/*
|
9
community/Python/JupyterNotebooks.gitignore
Normal file
9
community/Python/JupyterNotebooks.gitignore
Normal file
@ -0,0 +1,9 @@
|
||||
# gitignore template for Jupyter Notebooks
|
||||
# website: http://jupyter.org/
|
||||
|
||||
.ipynb_checkpoints
|
||||
*/.ipynb_checkpoints/*
|
||||
|
||||
# Remove previous ipynb_checkpoints
|
||||
# git rm -r .ipynb_checkpoints/
|
||||
#
|
7
community/Python/Nikola.gitignore
Normal file
7
community/Python/Nikola.gitignore
Normal file
@ -0,0 +1,7 @@
|
||||
# gitignore template for Nikola static site generator
|
||||
# website: https://getnikola.com/
|
||||
|
||||
.doit.db
|
||||
*.py[cod]
|
||||
cache/
|
||||
output/
|
8
community/Splunk.gitignore
Normal file
8
community/Splunk.gitignore
Normal file
@ -0,0 +1,8 @@
|
||||
# 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
|
Loading…
Reference in New Issue
Block a user