Skip to content

Commit

Permalink
cruft: add skip list to minimize future merge conflicts
Browse files Browse the repository at this point in the history
Skip list taken from Flyingpigeon.
  • Loading branch information
tlvu committed Jun 2, 2020
1 parent d734217 commit fb1ff9f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
{
"template": "https://github.com/bird-house/cookiecutter-birdhouse.git",
"commit": "90aa958fbcd10f1e77d0636a05fe29d744831d27",
"skip": [
"emu/processes/wps_say_hello.py",
"tests/test_wps_hello.py",
"docs/source/notebooks/example.ipynb",
"environment.yml",
"requirements.txt",
"AUTHORS.rst",
"CHANGES.rst",
"docs/source/notebooks/index.rst",
"docs/source/processes.rst",
"emu/processes/__init__.py",
"tests/test_wps_caps.py"
],
"context": {
"cookiecutter": {
"full_name": "Carsten Ehbrecht",
Expand Down

0 comments on commit fb1ff9f

Please sign in to comment.