Skip to content

Commit

Permalink
Rearrange repository structure
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetseckin committed Feb 22, 2020
1 parent f96d0d2 commit c4ea9e0
Show file tree
Hide file tree
Showing 27 changed files with 23 additions and 22 deletions.
20 changes: 3 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

/.vs
/.vscode

# dependencies
/node_modules

# generated directory
**/generated

# output directory
/out

# msbuild output directories
/bin
/obj
# Ignore IDE folders
.vs
.vscode
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Any feedback and PRs are welcome.

## Screenshots

![Bind a default timezone](./Screenshots/default_view.png)
![No time zone selected](./Screenshots/no_tz_selected.png)
![Time zone autocomplete](./Screenshots/tz_autocomplete.png)
![Convert to another timezone](./Screenshots/convert_another.png)
![Bind a default timezone](./assets/screenshots/default_view.png)
![No time zone selected](./assets/screenshots/no_tz_selected.png)
![Time zone autocomplete](./assets/screenshots/tz_autocomplete.png)
![Convert to another timezone](./assets/screenshots/convert_another.png)
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
3 changes: 2 additions & 1 deletion pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ stages:
displayName: "Run 'npm install'"
inputs:
command: 'install'
workingDir: 'src\'
- task: VSBuild@1
displayName: "Build"
inputs:
solution: 'Solutions\Solutions.cdsproj'
solution: 'src\Solutions\Solutions.cdsproj'
msbuildArgs: '/t:build /restore'
14 changes: 14 additions & 0 deletions src/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
node_modules/

# generated directory
**/generated

# output directory
/out

# msbuild output directories
/bin
/obj
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c4ea9e0

Please sign in to comment.