forked from starkware-libs/sequencer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deployment): changed cargo build command to --bin instead of --…
…package, and debug mode (starkware-libs#2711)
- Loading branch information
1 parent
2d78adc
commit c9d984c
Showing
2 changed files
with
8 additions
and
5 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 |
---|---|---|
|
@@ -27,6 +27,8 @@ tmp_venv/* | |
# Git hooks | ||
/.husky | ||
/.idea | ||
__pycache__/ | ||
.idea/ | ||
|
||
# Python artifacts. | ||
scripts/__pycache__ | ||
|
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