Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include built code in .gitignore #16

Merged
merged 5 commits into from
Aug 26, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Include built code in .gitignore
  • Loading branch information
Anders Fredrik Kiær committed Aug 25, 2019
commit a757ad056b4c08a0bce3e9ff3b8cd0ed4486591e
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Dash build code

webviz_subsurface_components/**/*
!webviz_subsurface_components/__init__.py

# Created by .ignore support plugin (hsz.mobi)
### VisualStudioCode template
.vscode/*
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ If you have selected install_dependencies during the prompt, you can skip this p
`webviz_subsurface_components/__init__.py` so dash will serve them
automatically when the component suite is requested.

- [Review your code](./review_checklist.md)

### Build code and install

1. Build your code:
Expand All @@ -87,5 +85,5 @@ If you have selected install_dependencies during the prompt, you can skip this p
```
2. Install the Python package:
```
python setup.py install
pip install -e .
```
47 changes: 0 additions & 47 deletions review_checklist.md

This file was deleted.

31 changes: 0 additions & 31 deletions webviz_subsurface_components/HistoryMatch.py

This file was deleted.

35 changes: 0 additions & 35 deletions webviz_subsurface_components/Map.py

This file was deleted.

34 changes: 0 additions & 34 deletions webviz_subsurface_components/Morris.py

This file was deleted.

9 changes: 0 additions & 9 deletions webviz_subsurface_components/_imports_.py

This file was deleted.

128 changes: 0 additions & 128 deletions webviz_subsurface_components/metadata.json

This file was deleted.

53 changes: 0 additions & 53 deletions webviz_subsurface_components/package.json

This file was deleted.

Loading