Skip to content

Commit b41ceb4

Browse files
authored
Fixed my changes (web2py#776)
1 parent b205e46 commit b41ceb4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Thumbs.db
2222
./*.zip
2323
apps/_documentation/static/*/*.pdf
2424
apps/_documentation/static/*/*.epub
25-
apps/*
25+
apps*/*
2626
!apps/todo/*
2727
!apps/showcase/*
2828
!apps/_dashboard/*

.vscode/launch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55
"version": "0.2.0",
66
"configurations": [
7+
78
{
8-
"name": "Python: Current File",
9+
"name": "Python: py4web",
910
"type": "python",
1011
"request": "launch",
1112
"program": "py4web.py",

0 commit comments

Comments
 (0)