mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-12 23:02:49 +00:00
84 lines
1.5 KiB
Plaintext
84 lines
1.5 KiB
Plaintext
# Created by https://www.toptal.com/developers/gitignore/api/rust,xcode,android
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=rust,xcode,android
|
|
|
|
### Android ###
|
|
# Gradle files
|
|
.gradle/
|
|
build/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Log/OS Files
|
|
*.log
|
|
|
|
# Android Studio generated files and folders
|
|
captures/
|
|
.externalNativeBuild/
|
|
.cxx/
|
|
*.apk
|
|
output.json
|
|
|
|
# IntelliJ
|
|
*.iml
|
|
.idea/
|
|
misc.xml
|
|
deploymentTargetDropDown.xml
|
|
render.experimental.xml
|
|
|
|
# Keystore files
|
|
*.jks
|
|
*.keystore
|
|
|
|
# Google Services (e.g. APIs or Firebase)
|
|
google-services.json
|
|
|
|
# Android Profiling
|
|
*.hprof
|
|
|
|
### Android Patch ###
|
|
gen-external-apklibs
|
|
|
|
# Replacement of .externalNativeBuild directories introduced
|
|
# with Android Studio 3.5.
|
|
|
|
### Rust ###
|
|
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
debug/
|
|
target/
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
*.pdb
|
|
|
|
### Xcode ###
|
|
## User settings
|
|
xcuserdata/
|
|
|
|
## Xcode 8 and earlier
|
|
*.xcscmblueprint
|
|
*.xccheckout
|
|
|
|
### Xcode Patch ###
|
|
*.xcodeproj/*
|
|
!*.xcodeproj/project.pbxproj
|
|
!*.xcodeproj/xcshareddata/
|
|
!*.xcodeproj/project.xcworkspace/
|
|
!*.xcworkspace/contents.xcworkspacedata
|
|
/*.gcno
|
|
**/xcshareddata/WorkspaceSettings.xcsettings
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/rust,xcode,android
|
|
|
|
# Swift Package Manager
|
|
.build/
|
|
|
|
# macOS Ignores
|
|
.DS_Store
|
|
|
|
# Android (cargo-ndk outputs; they end up in the Android source tree)
|
|
*.so
|