-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
baa9bff
commit aa8fa39
Showing
8 changed files
with
152 additions
and
184 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# ignore *.vsix (extension archive file) | ||
*.vsix | ||
|
||
# ignore vscode.d.ts files | ||
lib/vscode.d.ts/*.d.ts | ||
|
||
|
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,4 +1,7 @@ | ||
# ignore docs | ||
# ignore vsix | ||
*.vsix | ||
|
||
# ignore docs | ||
docs | ||
|
||
# ignore .vscode config | ||
|
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,15 +1,21 @@ | ||
# ".vscode" would not match xx/xx/.vscode | ||
|
||
lib/vscode.d.ts | ||
lib/thirdPartyCodes/CHECK_UPDATE.js | ||
|
||
# ".vscode" would not match xx/xx/.vscode | ||
.vscode/** | ||
|
||
lib/vscode.d.ts/*.d.ts | ||
|
||
docs/** | ||
test/** | ||
|
||
TODO.md | ||
|
||
database | ||
|
||
npm-debug.log* | ||
.eslintrc.json | ||
|
||
DEBUG_SIGN_FILE | ||
|
||
# any archives | ||
*.tgz | ||
*.tar | ||
*.vsix |
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,7 +1,7 @@ | ||
# TODO | ||
|
||
- [ ] Update dependency `vscode-coding-tracker-server` to `0.6.0` | ||
- [ ] Optimize upload flow (remove complex vcs queue logic) | ||
- [ ] Add unit tests and travis-ci | ||
- [x] travis-ci for validating i18n files. | ||
- Reference: <https://code.visualstudio.com/docs/extensions/testing-extensions> | ||
- [x] Update dependency `vscode-coding-tracker-server` to `0.6.0` |
Oops, something went wrong.