Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Update package name (#100)
* bump to v0.0.11 and update package name closes #84 * Clean up ignores (#85) * missed some package name related changes * version number * bump version after testing
- Loading branch information
Showing
5 changed files
with
31 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,29 @@ | ||
# | ||
# Platform and environment specific entries should be placed in .git/info/exclude | ||
# | ||
|
||
# js/ts build | ||
out | ||
dist | ||
node_modules | ||
.vscode-test/ | ||
npm-debug.log | ||
daffodil-debug.txt | ||
*.vsix | ||
.DS_Store | ||
daffodil-debugger* | ||
*.debug | ||
datafile-hex | ||
.idea | ||
|
||
|
||
# sbt | ||
target | ||
.bsp | ||
|
||
# build | ||
src/version.ts | ||
|
||
# unknown | ||
.vscode-test/ | ||
|
||
# application build | ||
# todo;; the build logic needs refactored to write these elsewhere | ||
# either target/ or /tmp or ... | ||
*.vsix | ||
|
||
# application runtime | ||
# todo;; the app logic needs refactored to write these elsewhere | ||
# either /tmp or XDG or ... | ||
datafile-hex | ||
npm-debug.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters