1 Star 0 Fork 0

FORK/MNNKit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 4.79 KB
一键复制 编辑 原始数据 按行查看 历史
鹿尤 提交于 2020-01-18 15:56 . gitignore
# Created by https://www.gitignore.io/api/xcode,intellij,androidstudio
### AndroidStudio ###
# Covers files to be ignored for android development using Android Studio.
# Built application files
*.apk
*.ap_
# Files for the ART/Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
out/
# Gradle files
.gradle
.gradle/
build/
# Signing files
.signing/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
# Android Studio
/*/build/
/*/local.properties
/*/out
/*/*/build
/*/*/production
captures/
.navigation/
*.ipr
*~
*.swp
/android/.idea/
/android/app/.idea/
# Android Patch
gen-external-apklibs
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
# NDK
obj/
# IntelliJ IDEA
*.iml
*.iws
/out/
Android/.idea
# User-specific configurations
Android/.idea/caches/
Android/.idea/libraries/
Android/.idea/shelf/
Android/.idea/workspace.xml
Android/.idea/tasks.xml
Android/.idea/.name
Android/.idea/compiler.xml
Android/.idea/copyright/profiles_settings.xml
Android/.idea/encodings.xml
Android/.idea/misc.xml
Android/.idea/modules.xml
Android/.idea/scopes/scope_settings.xml
Android/.idea/dictionaries
Android/.idea/vcs.xml
Android/.idea/jsLibraryMappings.xml
Android/.idea/datasources.xml
Android/.idea/dataSources.ids
Android/.idea/sqlDataSources.xml
Android/.idea/dynamic.xml
Android/.idea/uiDesigner.xml
# OS-specific files
**/.DS_Store
**/.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Legacy Eclipse project files
.classpath
.project
.cproject
.settings/
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.war
*.ear
# virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
hs_err_pid*
## Plugin-specific files:
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Mongo Explorer plugin
.idea/mongoSettings.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
### AndroidStudio Patch ###
!/gradle/wrapper/gradle-wrapper.jar
### Intellij ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff
Android/.idea/**/workspace.xml
Android/.idea/**/tasks.xml
Android/.idea/**/usage.statistics.xml
Android/.idea/**/dictionaries
Android/.idea/**/shelf
# Generated files
.idea/**/contentModel.xml
# Sensitive or high-churn files
Android/.idea/**/dataSources/
Android/.idea/**/dataSources.ids
Android/.idea/**/dataSources.local.xml
Android/.idea/**/sqlDataSources.xml
Android/.idea/**/dynamic.xml
Android/.idea/**/uiDesigner.xml
Android/.idea/**/dbnavigator.xml
# Gradle
Android/.idea/**/gradle.xml
Android/.idea/**/libraries
# 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.
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# CMake
cmake-build-*/
# Mongo Explorer plugin
Android/.idea/**/mongoSettings.xml
# File-based project format
# IntelliJ
# mpeltonen/sbt-idea plugin
# JIRA plugin
# Cursive Clojure plugin
Android/.idea/replstate.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
# Editor-based Rest Client
Android/.idea/httpRequests
# Android studio 3.1+ serialized cache file
Android/.idea/caches/build_file_checksums.ser
### Intellij Patch ###
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
# *.iml
# modules.xml
# .idea/misc.xml
# *.ipr
# Sonarlint plugin
Android/.idea/sonarlint
### Xcode ###
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
## User settings
**/xcuserdata/*
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
**/*.xcscmblueprint
**/*.xccheckout
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
**/DerivedData/
*.moved-aside
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
### Xcode Patch ###
**/*.xcodeproj/*
**/!*.xcodeproj/project.pbxproj
**/!*.xcodeproj/xcshareddata/
**/!*.xcworkspace/contents.xcworkspacedata
/*.gcno
# End of https://www.gitignore.io/api/xcode,intellij,androidstudio
**/Pods/
workspace.xml
Android/*.iml
Android/.gradle/
Android/local.properties
Android/.idea/caches
Android/.idea/libraries
Android/.idea/modules.xml
Android/.idea/workspace.xml
Android/.idea/navEditor.xml
Android/.idea/assetWizardSettings.xml
Android/.DS_Store
Android/build
Android/captures
Android/.externalNativeBuild
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/diven-fork/MNNKit.git
git@gitee.com:diven-fork/MNNKit.git
diven-fork
MNNKit
MNNKit
master

搜索帮助