131 lines
1.8 KiB
Plaintext
131 lines
1.8 KiB
Plaintext
# ==========================================
|
|
# HttpDNSSDK Unified .gitignore
|
|
# ==========================================
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
Icon?
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
*.swp
|
|
|
|
# IDEs and Editors
|
|
.idea/
|
|
.vscode/
|
|
.kiro/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
.cursor/
|
|
.claude/
|
|
.AGENTS.md
|
|
|
|
# General Build & Gradle
|
|
build/
|
|
Build/
|
|
.gradle/
|
|
target/
|
|
gen/
|
|
out/
|
|
bin/
|
|
/gradlew
|
|
/gradlew.bat
|
|
|
|
# Android
|
|
*.apk
|
|
*.aab
|
|
*.ap_
|
|
*.dex
|
|
*.class
|
|
captures/
|
|
.externalNativeBuild/
|
|
.cxx/
|
|
local.properties
|
|
nohup.out
|
|
*.hprof
|
|
google-services.json
|
|
sdk/android/app/libs/new-android-httpdns-*.aar
|
|
|
|
# Keys and Keystores
|
|
*.jks
|
|
*.keystore
|
|
key.properties
|
|
|
|
# iOS / Xcode
|
|
xcuserdata
|
|
*.xccheckout
|
|
*.xcworkspace
|
|
Products/
|
|
xcodebuild.log
|
|
sdk/ios/src/Documentation/*
|
|
sdk/ios/src/docs/docset/*
|
|
sdk/ios/src/docs/docset-installed.txt
|
|
sdk/ios/src/aws-ios-sdk-*.zip
|
|
sdk/ios/tmpFileRunSonarSh
|
|
|
|
# CocoaPods
|
|
Pods/
|
|
Podfile.lock
|
|
|
|
# Flutter
|
|
.dart_tool/
|
|
.packages
|
|
.symlinks/
|
|
.generated/
|
|
Flutter/App.framework
|
|
Flutter/Flutter.framework
|
|
Flutter/Flutter.podspec
|
|
Flutter/Generated.xcconfig
|
|
Flutter/ephemeral/
|
|
Flutter/app.flx
|
|
Flutter/app.zip
|
|
Flutter/flutter_assets/
|
|
Flutter/flutter_export_environment.sh
|
|
Runner/GeneratedPluginRegistrant.*
|
|
GeneratedPluginRegistrant.java
|
|
|
|
# Patched code / Sonar
|
|
*.bak
|
|
.sonar/
|
|
infer-out/
|
|
compile_commands.json
|
|
oclint.xml
|
|
sonar-reports/
|
|
|
|
# Stuff that can't be committed
|
|
credentials.json
|
|
Documentation
|
|
Scripts/build.sh
|
|
Scripts/gcovr
|
|
Scripts/jenkins.py
|
|
Scripts/ocunit2junit
|
|
|
|
# specific files
|
|
sdk/ios/NewHttpDNSTests/Network/server.pem
|
|
ServiceDefinitions.json
|
|
profile
|
|
|
|
# Flutter Example iOS Exceptions
|
|
!default.mode1v3
|
|
!default.mode2v3
|
|
!default.pbxuser
|
|
!default.perspectivev3
|
|
**/dgph
|
|
*.mode1v3
|
|
*.mode2v3
|
|
*.moved-aside
|
|
*.pbxuser
|
|
*.perspectivev3
|
|
**/*sync/
|
|
.sconsign.dblite
|
|
.tags*
|
|
**/.vagrant/
|
|
**/DerivedData/
|