platform/.gitignore

65 lines
1.4 KiB
Text
Raw Normal View History

2017-10-12 02:32:42 +00:00
# Created by .ignore support plugin (hsz.mobi)
2016-03-04 03:47:20 +00:00
### JetBrains template
2017-10-12 02:32:42 +00:00
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
2016-03-04 03:47:20 +00:00
# User-specific stuff:
2017-10-12 02:32:42 +00:00
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/dictionaries
2016-03-04 03:47:20 +00:00
# Sensitive or high-churn files:
2017-10-12 02:32:42 +00:00
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.xml
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
2016-03-04 03:47:20 +00:00
# Gradle:
2017-10-12 02:32:42 +00:00
.idea/**/gradle.xml
.idea/**/libraries
# CMake
cmake-build-debug/
2016-03-04 03:47:20 +00:00
# Mongo Explorer plugin:
2017-10-12 02:32:42 +00:00
.idea/**/mongoSettings.xml
2016-03-04 03:47:20 +00:00
## File-based project format:
*.iws
## Plugin-specific files:
# IntelliJ
2017-10-12 02:32:42 +00:00
out/
2016-03-04 03:47:20 +00:00
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
2017-10-12 02:32:42 +00:00
# Cursive Clojure plugin
.idea/replstate.xml
2016-03-04 03:47:20 +00:00
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
2017-10-12 02:32:42 +00:00
fabric.properties
2016-03-04 03:47:20 +00:00
### Dart template
2017-10-12 02:32:42 +00:00
# See https://www.dartlang.org/tools/private-files.html
# Files and directories created by pub
.packages
2016-03-04 02:32:12 +00:00
.pub/
build/
2017-10-12 02:32:42 +00:00
# If you're building an application, you may want to check-in your pubspec.lock
2016-03-04 02:32:12 +00:00
pubspec.lock
2016-03-04 03:47:20 +00:00
2017-10-12 02:32:42 +00:00
# Directory created by dartdoc
# If you don't generate documentation locally you can remove this line.
doc/api/