阿里sdk
This commit is contained in:
58
EdgeHttpDNS/sdk/ios/.gitignore
vendored
Normal file
58
EdgeHttpDNS/sdk/ios/.gitignore
vendored
Normal file
@@ -0,0 +1,58 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user