59 lines
784 B
Plaintext
59 lines
784 B
Plaintext
# OS generated files #
|
|
######################
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
Icon?
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
src/Documentation/*
|
|
src/docs/docset/*
|
|
src/docs/docset-installed.txt
|
|
src/aws-ios-sdk-*.zip
|
|
|
|
# Xcode generated files #
|
|
######################
|
|
xcuserdata
|
|
*.xccheckout
|
|
|
|
# cocoapods
|
|
######################
|
|
Pods/
|
|
*.xcworkspace
|
|
|
|
# Patched code #
|
|
######################
|
|
*.bak
|
|
|
|
# Built assets #
|
|
######################
|
|
build
|
|
Build/
|
|
Products/
|
|
infer-out/
|
|
#*.properties
|
|
.sonar/
|
|
compile_commands.json
|
|
oclint.xml
|
|
sonar-reports/
|
|
tmpFileRunSonarSh
|
|
xcodebuild.log
|
|
|
|
|
|
# Stuff that can't be committed #
|
|
######################
|
|
credentials.json
|
|
Pods
|
|
Podfile.lock
|
|
Documentation
|
|
Scripts/build.sh
|
|
Scripts/gcovr
|
|
Scripts/jenkins.py
|
|
Scripts/ocunit2junit
|
|
.idea/
|
|
.cursor/
|
|
.claude/
|
|
.AGENTS.md
|