File tree Expand file tree Collapse file tree 6 files changed +51
-0
lines changed
Expand file tree Collapse file tree 6 files changed +51
-0
lines changed Original file line number Diff line number Diff line change 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- *
Original file line number Diff line number Diff line change 1+ # gitignore template for Exercism project
2+ # website: https://exercism.io/
3+
4+ # Ignore .exercism folder which contain sensitive data
5+ .exercism
Original file line number Diff line number Diff line change 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 /*
Original file line number Diff line number Diff line change 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+ #
Original file line number Diff line number Diff line change 1+ # gitignore template for Nikola static site generator
2+ # website: https://getnikola.com/
3+
4+ .doit.db
5+ * .py [cod ]
6+ cache /
7+ output /
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments