|
*.iml |
|
.gradle |
|
.idea |
|
.DS_Store |
|
build |
|
captures |
|
.externalNativeBuild |
|
.cxx |
|
local.properties |
|
xcuserdata### JEnv template |
|
# JEnv local Java version configuration file |
|
.java-version |
|
|
|
# Used by previous versions of JEnv |
|
.jenv-version |
|
|
|
### VisualStudioCode template |
|
.vscode/* |
|
!.vscode/settings.json |
|
!.vscode/tasks.json |
|
!.vscode/launch.json |
|
!.vscode/extensions.json |
|
!.vscode/*.code-snippets |
|
|
|
# Local History for Visual Studio Code |
|
.history/ |
|
|
|
# Built Visual Studio Code Extensions |
|
*.vsix |
|
|
|
### JetBrains template |
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
|
|
|
# Gradle and Maven with auto-import |
|
# When using Gradle or Maven with auto-import, you should exclude module files, |
|
# since they will be recreated, and may cause churn. Uncomment if using |
|
# auto-import. |
|
# *.iml |
|
# *.ipr |
|
|
|
# CMake |
|
cmake-build-*/ |
|
|
|
# File-based project format |
|
*.iws |
|
|
|
# IntelliJ |
|
out/ |
|
|
|
# mpeltonen/sbt-idea plugin |
|
.idea_modules/ |
|
|
|
# JIRA plugin |
|
atlassian-ide-plugin.xml |
|
|
|
# Crashlytics plugin (for Android Studio and IntelliJ) |
|
com_crashlytics_export_strings.xml |
|
crashlytics.properties |
|
crashlytics-build.properties |
|
fabric.properties |
|
|
|
### Xcode template |
|
## User settings |
|
xcuserdata/ |
|
|
|
## Xcode 8 and earlier |
|
*.xcscmblueprint |
|
*.xccheckout |
|
|
|
### Linux template |
|
*~ |
|
|
|
# temporary files which can be created if a process still has a handle open of a deleted file |
|
.fuse_hidden* |
|
|
|
# KDE directory preferences |
|
.directory |
|
|
|
# Linux trash folder which might appear on any partition or disk |
|
.Trash-* |
|
|
|
# .nfs files are created when an open file is removed but is still being accessed |
|
.nfs* |
|
|
|
### Swift template |
|
# Xcode |
|
# |
|
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore |
|
|
|
## User settings |
|
|
|
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) |
|
|
|
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) |
|
build/ |
|
DerivedData/ |
|
*.moved-aside |
|
*.pbxuser |
|
!default.pbxuser |
|
*.mode1v3 |
|
!default.mode1v3 |
|
*.mode2v3 |
|
!default.mode2v3 |
|
*.perspectivev3 |
|
!default.perspectivev3 |
|
|
|
## Obj-C/Swift specific |
|
*.hmap |
|
|
|
## App packaging |
|
*.ipa |
|
*.dSYM.zip |
|
*.dSYM |
|
|
|
## Playgrounds |
|
timeline.xctimeline |
|
playground.xcworkspace |
|
|
|
# Swift Package Manager |
|
# |
|
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. |
|
# Packages/ |
|
# Package.pins |
|
# Package.resolved |
|
# *.xcodeproj |
|
# |
|
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata |
|
# hence it is not needed unless you have added a package configuration file to your project |
|
# .swiftpm |
|
|
|
.build/ |
|
|
|
# CocoaPods |
|
# |
|
# We recommend against adding the Pods directory to your .gitignore. However |
|
# you should judge for yourself, the pros and cons are mentioned at: |
|
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control |
|
# |
|
# Pods/ |
|
# |
|
# Add this line if you want to avoid checking in source code from the Xcode workspace |
|
# *.xcworkspace |
|
|
|
# Carthage |
|
# |
|
# Add this line if you want to avoid checking in source code from Carthage dependencies. |
|
# Carthage/Checkouts |
|
|
|
Carthage/Build/ |
|
|
|
# Accio dependency management |
|
Dependencies/ |
|
.accio/ |
|
|
|
# fastlane |
|
# |
|
# It is recommended to not store the screenshots in the git repo. |
|
# Instead, use fastlane to re-generate the screenshots whenever they are needed. |
|
# For more information about the recommended setup visit: |
|
# https://docs.fastlane.tools/best-practices/source-control/#source-control |
|
|
|
fastlane/report.xml |
|
fastlane/Preview.html |
|
fastlane/screenshots/**/*.png |
|
fastlane/test_output |
|
|
|
# Code Injection |
|
# |
|
# After new code Injection tools there's a generated folder /iOSInjectionProject |
|
# https://github.com/johnno1962/injectionforxcode |
|
|
|
iOSInjectionProject/ |
|
|
|
### Gradle template |
|
**/build/ |
|
!src/**/build/ |
|
|
|
# Ignore Gradle GUI config |
|
gradle-app.setting |
|
|
|
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) |
|
!gradle-wrapper.jar |
|
|
|
# Avoid ignore Gradle wrappper properties |
|
!gradle-wrapper.properties |
|
|
|
# Cache of project |
|
.gradletasknamecache |
|
|
|
# Eclipse Gradle plugin generated files |
|
# Eclipse Core |
|
.project |
|
# JDT-specific (Eclipse Java Development Tools) |
|
.classpath |
|
|
|
### Vim template |
|
# Swap |
|
[._]*.s[a-v][a-z] |
|
!*.svg # comment out if you don't need vector files |
|
[._]*.sw[a-p] |
|
[._]s[a-rt-v][a-z] |
|
[._]ss[a-gi-z] |
|
[._]sw[a-p] |
|
|
|
# Session |
|
Session.vim |
|
Sessionx.vim |
|
|
|
# Temporary |
|
.netrwhist |
|
# Auto-generated tag files |
|
tags |
|
# Persistent undo |
|
[._]*.un~ |
|
|
|
### Windows template |
|
# Windows thumbnail cache files |
|
Thumbs.db |
|
Thumbs.db:encryptable |
|
ehthumbs.db |
|
ehthumbs_vista.db |
|
|
|
# Dump file |
|
*.stackdump |
|
|
|
# Folder config file |
|
[Dd]esktop.ini |
|
|
|
# Recycle Bin used on file shares |
|
$RECYCLE.BIN/ |
|
|
|
# Windows Installer files |
|
*.cab |
|
*.msi |
|
*.msix |
|
*.msm |
|
*.msp |
|
|
|
# Windows shortcuts |
|
*.lnk |
|
|
|
### macOS template |
|
# General |
|
.AppleDouble |
|
.LSOverride |
|
|
|
# Icon must end with two \r |
|
Icon |
|
|
|
# Thumbnails |
|
._* |
|
|
|
# Files that might appear in the root of a volume |
|
.DocumentRevisions-V100 |
|
.fseventsd |
|
.Spotlight-V100 |
|
.TemporaryItems |
|
.Trashes |
|
.VolumeIcon.icns |
|
.com.apple.timemachine.donotpresent |
|
|
|
# Directories potentially created on remote AFP share |
|
.AppleDB |
|
.AppleDesktop |
|
Network Trash Folder |
|
Temporary Items |
|
.apdisk |
|
|
|
### Kotlin template |
|
# Compiled class file |
|
*.class |
|
|
|
# Log file |
|
*.log |
|
|
|
# BlueJ files |
|
*.ctxt |
|
|
|
# Mobile Tools for Java (J2ME) |
|
.mtj.tmp/ |
|
|
|
# Package Files # |
|
*.jar |
|
*.war |
|
*.nar |
|
*.ear |
|
*.zip |
|
*.tar.gz |
|
*.rar |
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml |
|
hs_err_pid* |
|
replay_pid* |
|
|
|
### Android template |
|
# Gradle files |
|
.gradle/ |
|
|
|
# Local configuration file (sdk path, etc) |
|
|
|
# Log/OS Files |
|
|
|
# Android Studio generated files and folders |
|
captures/ |
|
.externalNativeBuild/ |
|
.cxx/ |
|
*.apk |
|
output.json |
|
|
|
# IntelliJ |
|
misc.xml |
|
deploymentTargetDropDown.xml |
|
render.experimental.xml |
|
|
|
# Keystore files |
|
*.jks |
|
*.keystore |
|
|
|
# Google Services (e.g. APIs or Firebase) |
|
google-services.json |
|
|
|
# Android Profiling |
|
*.hprof |
|
|
|
# Kotlin Multiplatform |
|
iosApp/iosApp/Info.plist |
|
iosApp/iosApp.xcodeproj |
|
java_home |