-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initial gitignore for service; other small stuff (#326)
Co-authored-by: Dror Ben-Gai <[email protected]> Co-authored-by: Yoni Goldberg <[email protected]>
- Loading branch information
1 parent
c20fdfb
commit b62d1fd
Showing
3 changed files
with
31 additions
and
11 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# build artifacts | ||
node_modules/ | ||
.dist/ | ||
|
||
# editor files | ||
.vscode/ | ||
.idea/ | ||
|
||
# bundler cache | ||
.turbo/ | ||
|
||
# coverage reports | ||
test-reports/ | ||
coverage/ | ||
|
||
# tmp files | ||
tmp/ |