-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.purposefile
23 lines (22 loc) · 1.2 KB
/
.purposefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
seenoevil/** Server
static/** Web static assets and JS for Web and CLI clients
js/lib.js Encrypt/Decrypt methods, shared lib between Web and CLI clients
js/web.js Web client
js/cli.js CLI client
js/vendor/sjcl.js Stanford Javascript Crypto Library 1.0.8
Makefile Build CLI and Web client distribution files
bin/** CLI client distribution file
seenoevil/static/app.js Web client distribution file
docs/** Documentation
secrets.db Default database
.env A default SECRET_KEY is generated by the server here if it's not set
README.md Documentation
.purposefile Configures purposefile
.gitignore Configures git to ignore certain files
app.json Heroku
Procfile Heroku
Pipfile* Python dependencies
setup.py Python package
LICENSE License for package
.git/** Internal git state & config
.venv/** Python virtual environment