Skip to content

Commit eb14c04

Browse files
authored
Merge pull request #2884 from github/more-community-cleanup
some more community cleanup
2 parents 6fd7cae + 056eea8 commit eb14c04

File tree

6 files changed

+51
-0
lines changed

6 files changed

+51
-0
lines changed

community/Bazel.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# gitignore template for Bazel build system
2+
# website: https://bazel.build/
3+
4+
# Ignore all bazel-* symlinks. There is no full list since this can change
5+
# based on the name of the directory bazel is cloned into.
6+
/bazel-*

community/Exercism.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# gitignore template for Exercism project
2+
# website: https://exercism.io/
3+
4+
# Ignore .exercism folder which contain sensitive data
5+
.exercism

community/Puppet.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# gitignore template for Puppet modules
2+
# website: https://forge.puppet.com/
3+
4+
# Built packages
5+
pkg/*
6+
7+
# Should run on multiple platforms so don't check in
8+
Gemfile.lock
9+
10+
# Tests
11+
spec/fixtures/*
12+
coverage/*
13+
14+
# Third-party
15+
vendor/*
16+
.bundle/*
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# gitignore template for Jupyter Notebooks
2+
# website: http://jupyter.org/
3+
4+
.ipynb_checkpoints
5+
*/.ipynb_checkpoints/*
6+
7+
# Remove previous ipynb_checkpoints
8+
# git rm -r .ipynb_checkpoints/
9+
#

community/Python/Nikola.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# gitignore template for Nikola static site generator
2+
# website: https://getnikola.com/
3+
4+
.doit.db
5+
*.py[cod]
6+
cache/
7+
output/

community/Splunk.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# gitignore template for Splunk apps
2+
# documentation: http://docs.splunk.com/Documentation/Splunk/6.2.3/admin/Defaultmetaconf
3+
4+
# Splunk local meta file
5+
local.meta
6+
7+
# Splunk local folder
8+
local

0 commit comments

Comments
 (0)