church-core/.gitignore
RTSDA 4d6b23beb3
Some checks are pending
iOS UniFFI Build / build-ios (push) Waiting to run
Initial commit: Church Core Rust library
Add church management API library with cross-platform support for iOS, Android, and WASM.
Features include event management, bulletin handling, contact forms, and authentication.
2025-08-16 19:25:01 -04:00

43 lines
408 B
Plaintext

# Rust
/target/
Cargo.lock
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Build artifacts
*.a
*.dylib
*.so
*.dll
# Logs
*.log
# Environment files
.env
.env.local
# Generated bindings (if you want to regenerate them)
church_core.swift
church_coreFFI.h
church_coreFFI.modulemap
libchurch_core_*.a
# Build directories
build/
dist/
# Test artifacts
coverage/
# Temporary files
*.tmp
*.temp