Refactor of pillar-server and pillar-web into a single python package. This simplifies the overall architecture of pillar applications. Special thanks @sybren and @venomgfx
30 lines
353 B
Plaintext
30 lines
353 B
Plaintext
.DS_Store
|
|
.project
|
|
.coverage
|
|
*.pyc
|
|
*.sublime*
|
|
*.ropeproject*
|
|
*.swp
|
|
|
|
config_local.py
|
|
|
|
.ropeproject/*
|
|
|
|
/build
|
|
/.cache
|
|
/*.egg-info/
|
|
profile.stats
|
|
/dump/
|
|
/.eggs
|
|
|
|
/node_modules
|
|
/.sass-cache
|
|
*.css.map
|
|
*.js.map
|
|
|
|
pillar/web/static/assets/css/*.css
|
|
pillar/web/static/assets/js/*.min.js
|
|
pillar/web/static/storage/
|
|
pillar/web/static/uploads/
|
|
pillar/web/templates/
|