Skip to content

Commit

Permalink
Reorganize repository
Browse files Browse the repository at this point in the history
The Crate theme did a lot that we do not need to do.
  • Loading branch information
tbekolay committed Sep 14, 2018
1 parent 90ff523 commit bbc0bdb
Show file tree
Hide file tree
Showing 104 changed files with 555 additions and 2,907 deletions.
34 changes: 18 additions & 16 deletions .gitignore
@@ -1,18 +1,20 @@
*.py[co]
.DS_Store
.installed.cfg
_build
build
dist
*.egg-info
*.pyc
bin/
blackbox
build/
develop-eggs/
dist/
docs
docs/
eggs
env/
node_modules/
out/
parts/
sql
src/crate/sphinx
*~
*.bak
*.swp
.cache
.tox
.vagrant
*.class
*.eggs/
.coverage
htmlcov
*.dist-info/
.vscode
.idea
.pytest_cache/

0 comments on commit bbc0bdb

Please sign in to comment.