Skip to content

Commit

Permalink
Merge pull request #11 from TUD-INF-IAI-MCI/dev_jv
Browse files Browse the repository at this point in the history
Release of 0.2.0
  • Loading branch information
jevo authored Sep 5, 2019
2 parents 73c3b48 + 33b5d50 commit 4f7e8b3
Show file tree
Hide file tree
Showing 36 changed files with 843 additions and 5,219 deletions.
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ _TeamCity*
*.coverage
*.coveragexml

# Visual Studio code extension
out/

# NCrunch
_NCrunch_*
.*crunch*.local.xml
Expand Down Expand Up @@ -221,7 +224,7 @@ ClientBin/
*.publishsettings
orleans.codegen.cs

# Including strong name files can present a security risk
# Including strong name files can present a security risk
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
#*.snk

Expand Down Expand Up @@ -317,7 +320,7 @@ __pycache__/
# OpenCover UI analysis results
OpenCover/

# Azure Stream Analytics local run output
# Azure Stream Analytics local run output
ASALocalRun/

# MSBuild Binary and Structured Log
Expand All @@ -326,7 +329,7 @@ ASALocalRun/
# NVidia Nsight GPU debugger configuration file
*.nvuser

# MFractors (Xamarin productivity tool) working folder
# MFractors (Xamarin productivity tool) working folder
.mfractor/

### macOS ###
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## v0.2
- Add more text to start view of extension
- Fix import issue with umlauts under Windows (see #5)
- Fix issue with page numbering by matuc (see #6)
- Add more information to clone sucess (see #7)

## v0.1
- Initial release
576 changes: 0 additions & 576 deletions out/editorFunctions.js

This file was deleted.

1 change: 0 additions & 1 deletion out/editorFunctions.js.map

This file was deleted.

111 changes: 0 additions & 111 deletions out/extension.js

This file was deleted.

1 change: 0 additions & 1 deletion out/extension.js.map

This file was deleted.

132 changes: 0 additions & 132 deletions out/gitCommands.js

This file was deleted.

1 change: 0 additions & 1 deletion out/gitCommands.js.map

This file was deleted.

Loading

0 comments on commit 4f7e8b3

Please sign in to comment.