Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions .soldeerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# SPDX-License-Identifier: LicenseRef-DCL-1.0
# SPDX-FileCopyrightText: Copyright (c) 2020 Rain Open Source Software Ltd

# Publish only the Solidity source (src/) to Soldeer. Without this, the push
# zips the whole repo tree — including dotfiles soldeer flags as "sensitive" —
# which hangs the non-interactive CI publish on a confirmation prompt
# ("error during IO operation: not connected"). Same syntax as .gitignore.

Comment thread
coderabbitai[bot] marked this conversation as resolved.
# Tooling / repo dotfiles
.DS_Store
.envrc
.gas-snapshot
.git
.github
.gitignore
.pre-commit-config.yaml
.soldeerignore
slither.config.json

# Non-source trees / build output (consumers import rain-pyth-x.y.z/src/ only)
/cache
/dependencies
/flake.lock
/flake.nix
/foundry.lock
/foundry.toml
/meta
/node_modules
/out
/remappings.txt
/REUSE.toml
/script
/soldeer.lock
/test
Loading