https://github.com/sagemathinc/cocalc
Raw File
Tip revision: 28100c5d041ea63967929d9cba83e28458cbeb11 authored by Harald Schilly on 20 January 2016, 11:36:53 UTC
hub/webapp: better error messages when access is denied (PR #381)
Tip revision: 28100c5
.gitignore
*~
*__pycache__
*.csr
*.pem
*.pyc
*.tmp
*.sqlite3
logs
codemirror.min.js
.DS_Store
*.log
*.sobj
.*.sage-backup
.*.sage-history
.*.smc-backup
data/
.#*
\#*
node_modules
*.sass-cache

src/static/webpack

src/static/policies/pricing.html

src/page/temp

src/static/mercury/js/mercury.min.js
src/static/mercury/src/build

src/static/codemirror-3.1/*

src/static/*.min.js
src/static/*.map.js

src/scripts/skel/.sagemathcloud

src/src/*cassandra*
src/src/*.tar.gz
src/src/*.tgz
.*backup
.*swp

.*sage-chat

src/conf/tinc_hosts/

*.aux
*.out
*.pdf
*.synctex.gz
*.toc
*.term
*.sagews

# mocha: banket coverage report
src/coverage
src/*/coverage
# comes up when testing in that directory
src/rethinkdb_data/
src/dev/project/rethinkdb_data/
src/dev/project/ports/
src/dev/public/rethinkdb_data/
src/dev/smc/rethinkdb_data/
src/dev/laptop/rethinkdb_data/


src/static/primus/primus-engine.js
src/static/primus/primus-engine.min.js
src/restart_hub
src/restart_compute
.coffee

src/smc-hub/run/hub[0-9].js

src/smc_sagews/smc_sagews.egg-info/*
src/smc_sagews/build/*
.eggs
logs
pids
back to top