amplify-swift/.gitignore

76 lines
1.2 KiB
Plaintext

# OS generated files #
######################
.COMPONENT_CACHED
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
# Xcode setups
**/xcuserdata
**/*.xcuserdata
*.xcworkspace/
!.swiftpm/xcode/package.xcworkspace
Amplify.xcodeproj/xcuserdata
Amplify.xcworkspace/xcuserdata
xcuserdata
# Patched code #
######################
*.bak
# Built assets #
######################
.build/
build
builtFramework
AWS*.framework
node_modules
package.json
package-lock.json
# Stuff that can't be committed #
######################
*credentials.json
Pods
Documentation
Scripts/build.sh
Scripts/gcovr
Scripts/jenkins.py
Scripts/ocunit2junit
__pycache__/
*awsconfiguration.json
*amplifyconfiguration.json
awsconfiguration.json
amplifyconfiguration.json
credentials-mc.json
fastlane/report.xml
# Amplify artifacts, such as used for integ tests
#amplify/
AmplifyPlugins/**/amplify
amplify/\#current-cloud-backend
amplify/.config/local-*
amplify/logs
amplify/mock-data
amplify/backend/amplify-meta.json
amplify/backend/awscloudformation
amplify/backend/.temp
build/
dist/
node_modules/
aws-exports.js
awsconfiguration.json
amplifyconfiguration.json
amplifyconfiguration.dart
amplify-build-config.json
amplify-gradle-config.json
amplifytools.xcconfig
.secret-*