We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b205e46 commit b41ceb4Copy full SHA for b41ceb4
.gitignore
@@ -22,7 +22,7 @@ Thumbs.db
22
./*.zip
23
apps/_documentation/static/*/*.pdf
24
apps/_documentation/static/*/*.epub
25
-apps/*
+apps*/*
26
!apps/todo/*
27
!apps/showcase/*
28
!apps/_dashboard/*
.vscode/launch.json
@@ -4,8 +4,9 @@
4
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
"version": "0.2.0",
6
"configurations": [
7
+
8
{
- "name": "Python: Current File",
9
+ "name": "Python: py4web",
10
"type": "python",
11
"request": "launch",
12
"program": "py4web.py",
0 commit comments