Skip to content

Instantly share code, notes, and snippets.

Created May 13, 2015 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/eae30445506e140e7042 to your computer and use it in GitHub Desktop.
Save anonymous/eae30445506e140e7042 to your computer and use it in GitHub Desktop.
dev:
'dev*':
- myproj/shared_state_test
@gravyboat
Copy link

base:
  '*':
    - myproj.state_everything_gets
    - myproj.state_everything_gets_2

or

dev:
  'dev*':
    - myproj.shared_state_test

test:
  'test*':
    - myproj.shared_state_test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment