another.im-ios/.gitignore

78 lines
1.6 KiB
Plaintext
Raw Permalink Normal View History

2024-06-19 15:06:39 +00:00
2024-11-18 14:53:52 +00:00
# rust bridge
rust/monal-rust-swift-bridge/generated
rust/LibMonalRustSwiftBridge
2024-06-19 15:06:39 +00:00
2024-11-18 14:53:52 +00:00
# Created by https://www.toptal.com/developers/gitignore/api/rust
# Edit at https://www.toptal.com/developers/gitignore?templates=rust
2024-06-19 15:06:39 +00:00
2024-11-18 14:53:52 +00:00
### Rust ###
# Generated by Cargo
# will have compiled files and executables
debug/
target/
2024-06-19 15:06:39 +00:00
2024-11-18 14:53:52 +00:00
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
!rust/Cargo.lock
2024-06-19 15:06:39 +00:00
2024-11-18 14:53:52 +00:00
# These are backup files generated by rustfmt
**/*.rs.bk
2024-06-19 15:06:39 +00:00
2024-11-18 14:53:52 +00:00
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
2024-06-19 15:06:39 +00:00
2024-11-18 14:53:52 +00:00
# End of https://www.toptal.com/developers/gitignore/api/rust
2024-06-19 15:06:39 +00:00
2024-11-18 14:53:52 +00:00
# macOS
.DS_Store
2024-06-19 15:06:39 +00:00
2024-11-18 14:53:52 +00:00
# Xcode
Monal/Monal.xcodeproj/xcuserdata/*
Monal/Monal.xcodeproj/project.xcworkspace/xcshareddata/*
Monal/Monal.xcodeproj/project.xcworkspace/xcuserdata/*
contents.xcworkspacedata
._*
*.xcscmblueprint
*.xccheckout
Monal/Monal.xcworkspace/xcshareddata/*
Monal/Monal.xcworkspace/xcuserdata/*
Monal/build/*
2024-06-19 15:06:39 +00:00
*.pbxuser
!default.pbxuser
2024-11-18 14:53:52 +00:00
*.mode1v3
2024-06-19 15:06:39 +00:00
!default.mode1v3
2024-11-18 14:53:52 +00:00
*.mode2v3
2024-06-19 15:06:39 +00:00
!default.mode2v3
2024-11-18 14:53:52 +00:00
*.perspectivev3
2024-06-19 15:06:39 +00:00
!default.perspectivev3
2024-11-18 14:53:52 +00:00
profile
2024-06-19 15:06:39 +00:00
*.moved-aside
2024-11-18 14:53:52 +00:00
DerivedData
2024-11-19 12:59:22 +00:00
#
2024-11-18 14:53:52 +00:00
Monal/.nvim
Monal/buildServer.json
2024-11-19 12:59:22 +00:00
Monal/MY_MARKS.txt
2024-11-18 14:53:52 +00:00
# Pods
Monal/Pods
#Don't accidentally commit localization state
Monal/localization/external
Monal/localization/external/*
Monal/shareSheet-iOS/localization/external
Monal/shareSheet-iOS/localization/external/*
# certs and other encrypted stuff
*.pem
*.key
*.csr
*.cer
*.mobileprovision
*.provisionprofile
*.p12
Monal/Classes/secrets.h