Skip to content

Commit a27db3b

Browse files
committed
fix: ignore forge-artifacts
1 parent 496ac94 commit a27db3b

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ RUN chmod 755 /usr/local/bin/* && \
7575
# Switch back to vscode user
7676
USER vscode
7777

78+
RUN forge install foundry-rs/forge-std
79+
7880
# Set environment variables
7981
ENV PATH="/usr/local/bin:/home/vscode/.foundry/bin:/home/vscode/.local/bin:/root/.local/bin:$PATH"
8082

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ addresses-fork.json
5252

5353
# Forge artifacts
5454
cache_forge
55+
forge-artifacts/
5556

5657
# Graph client
5758
.graphclient

packages/issuance/lib/forge-std

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 77041d2ce690e692d6e03cc812b57d1ddaa4d505

0 commit comments

Comments
 (0)