Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Dart: Move server into bin/ folder and un-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTup committed May 17, 2019
1 parent d9ae89c commit 395b110
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions containers/dart/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"name": "Launch Server",
"type": "dart",
"request": "launch",
"program": "server.dart",
"cwd": "${workspaceFolder}/test-project",
"program": "bin/server.dart",
"cwd": "test-project",
"preLaunchTask": "get"
}
]
Expand Down
3 changes: 3 additions & 0 deletions containers/dart/test-project/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ build/

# Directory created by dartdoc
doc/api/

# Don't exclude bin/ folders for Dart projects
![Bb]in/

0 comments on commit 395b110

Please sign in to comment.