Skip to content
Merged
Show file tree
Hide file tree
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
28 changes: 0 additions & 28 deletions .env.example

This file was deleted.

2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

18 changes: 0 additions & 18 deletions .github/dependabot.yml

This file was deleted.

64 changes: 0 additions & 64 deletions .github/workflows/build.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/contract-release.yml

This file was deleted.

66 changes: 0 additions & 66 deletions .github/workflows/dapp-ipfs.yml

This file was deleted.

66 changes: 30 additions & 36 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,45 +1,39 @@
# stellar/soroban/Rust output
target
.soroban

# project identity and alias files will be in .config/stellar
.config

# test snapshot folders from sample contracts
test_snapshots
# Rust
target/
Cargo.lock
**/*.rs.bk
*.pdb

# Soroban
.soroban/
*.wasm
*.optimized.wasm

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# build output
dist
dist-ssr
# Environment
.env
.env.local
.env.*.local

# dependencies
# Node (for frontend)
node_modules/

# logs
logs
dist/
.cache/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

# environment variables
.env
.env.*
!.env.example

# easy way to create temporary local-only files and folders
*.local.*

# macOS-specific files
.DS_Store

# generated contract clients
packages/*
# if you have other workspace packages, add them here
!packages/.gitkeep
# Build artifacts
build/
out/

# generated contract client imports
src/contracts/*
!src/contracts/util.ts
# OS
Thumbs.db
1 change: 0 additions & 1 deletion .husky/pre-commit

This file was deleted.

Loading