From d6d2a41fdfb9f309cdcb267c829ebf92e41c6a44 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 22 Nov 2018 17:11:28 -0400 Subject: [PATCH 1/6] added template for Bazel Co-Authored-By: Carmi Grushko --- community/Bazel.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 community/Bazel.gitignore diff --git a/community/Bazel.gitignore b/community/Bazel.gitignore new file mode 100644 index 00000000..a08ff486 --- /dev/null +++ b/community/Bazel.gitignore @@ -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-* From 2ee0576b39a8b50d459cbeea1e902d5eb4e5ba4d Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 22 Nov 2018 17:12:56 -0400 Subject: [PATCH 2/6] added template for Exercism project Co-Authored-By: Yosef Benny Widyokarsono --- community/Exercism.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 community/Exercism.gitignore diff --git a/community/Exercism.gitignore b/community/Exercism.gitignore new file mode 100644 index 00000000..b74882c8 --- /dev/null +++ b/community/Exercism.gitignore @@ -0,0 +1,5 @@ +# gitignore template for Exercism project +# website: https://exercism.io/ + +# Ignore .exercism folder which contain sensitive data +.exercism From db803b4c8755e219c3e5568b5afce6c5573fce8d Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 22 Nov 2018 17:14:54 -0400 Subject: [PATCH 3/6] add template for Jupyter Notebooks Co-Authored-By: Lin Kao-Yuan --- community/Python/JupyterNotebooks.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 community/Python/JupyterNotebooks.gitignore diff --git a/community/Python/JupyterNotebooks.gitignore b/community/Python/JupyterNotebooks.gitignore new file mode 100644 index 00000000..7727feac --- /dev/null +++ b/community/Python/JupyterNotebooks.gitignore @@ -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/ +# From 45aaaf2b739579d9906bb5b8618b4c9fa5117de0 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 22 Nov 2018 17:16:22 -0400 Subject: [PATCH 4/6] added template for Nikola framework Co-Authored-By: Lenz Grimmer --- community/Python/Nikola.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 community/Python/Nikola.gitignore diff --git a/community/Python/Nikola.gitignore b/community/Python/Nikola.gitignore new file mode 100644 index 00000000..dac64b41 --- /dev/null +++ b/community/Python/Nikola.gitignore @@ -0,0 +1,7 @@ +# gitignore template for Nikola static site generator +# website: https://getnikola.com/ + +.doit.db +*.py[cod] +cache/ +output/ From 40522d5bf730c47f3449577c80d1820dcc2e4d47 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 22 Nov 2018 19:30:25 -0400 Subject: [PATCH 5/6] added template for Puppet modules Co-Authored-By: Mario Finelli --- community/Puppet.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 community/Puppet.gitignore diff --git a/community/Puppet.gitignore b/community/Puppet.gitignore new file mode 100644 index 00000000..4fcdca7d --- /dev/null +++ b/community/Puppet.gitignore @@ -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/* From 056eea8e97bfb9057bf912788c243fc9ec390912 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 22 Nov 2018 19:30:49 -0400 Subject: [PATCH 6/6] added template for Splunk apps Co-Authored-By: Edward Courtemanche --- community/Splunk.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 community/Splunk.gitignore diff --git a/community/Splunk.gitignore b/community/Splunk.gitignore new file mode 100644 index 00000000..d063da0e --- /dev/null +++ b/community/Splunk.gitignore @@ -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