platform/.gitignore

94 lines
1.8 KiB
Text
Raw Normal View History

2016-09-21 04:45:40 +00:00
# Created by .ignore support plugin (hsz.mobi)
2016-04-22 02:56:21 +00:00
### Dart template
# See https://www.dartlang.org/tools/private-files.html
2016-12-31 16:17:19 +00:00
# source_gen
2017-01-01 07:19:12 +00:00
.dart_tool
2016-12-31 16:17:19 +00:00
2016-04-22 02:56:21 +00:00
# Files and directories created by pub
.buildlog
.packages
.project
.pub/
2016-12-21 19:06:09 +00:00
.scripts-bin/
2021-02-14 05:22:25 +00:00
.metals/
2016-04-22 02:56:21 +00:00
build/
2021-02-21 02:47:23 +00:00
#**/packages/
2021-03-06 11:56:49 +00:00
packages/hubbub/
2016-04-22 02:56:21 +00:00
# Files created by dart2js
# (Most Dart developers will use pub build to compile Dart, use/modify these
# rules if you intend to use dart2js directly
# Convention is to use extension '.dart.js' for Dart compiled to Javascript to
# differentiate from explicit Javascript files)
*.dart.js
*.part.js
*.js.deps
*.js.map
*.info.json
# Directory created by dartdoc
doc/api/
# Don't commit pubspec lock file
# (Library packages only! Remove pattern if developing an application package)
pubspec.lock
### JetBrains template
# 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:
2016-09-21 04:45:40 +00:00
.idea/workspace.xml
.idea/tasks.xml
.idea/dictionaries
.idea/vcs.xml
.idea/jsLibraryMappings.xml
2016-04-22 02:56:21 +00:00
# Sensitive or high-churn files:
2016-09-21 04:45:40 +00:00
.idea/dataSources.ids
.idea/dataSources.xml
.idea/dataSources.local.xml
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/uiDesigner.xml
2016-04-22 02:56:21 +00:00
# Gradle:
2016-09-21 04:45:40 +00:00
.idea/gradle.xml
.idea/libraries
2016-04-22 02:56:21 +00:00
# Mongo Explorer plugin:
2016-09-21 04:45:40 +00:00
.idea/mongoSettings.xml
2016-04-22 02:56:21 +00:00
## File-based project format:
2016-09-21 04:45:40 +00:00
*.iws
2016-04-22 02:56:21 +00:00
## Plugin-specific files:
# IntelliJ
2016-09-21 04:45:40 +00:00
/out/
2016-04-22 02:56:21 +00:00
# mpeltonen/sbt-idea plugin
2016-09-21 04:45:40 +00:00
.idea_modules/
2016-04-22 02:56:21 +00:00
# JIRA plugin
2016-09-21 04:45:40 +00:00
atlassian-ide-plugin.xml
2016-04-22 02:56:21 +00:00
# Crashlytics plugin (for Android Studio and IntelliJ)
2016-09-21 04:45:40 +00:00
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
2016-09-19 07:38:30 +00:00
2016-12-21 19:06:09 +00:00
### VSCode template
2021-05-14 07:02:50 +00:00
.vscode/
#.vscode/*
#!.vscode/settings.json
#!.vscode/tasks.json
#!.vscode/launch.json
#!.vscode/extensions.json
2016-12-21 19:06:09 +00:00
2016-12-21 21:49:02 +00:00
logs/
2017-01-15 00:15:20 +00:00
*.pem
2017-03-06 03:03:59 +00:00
.DS_Store
2017-10-19 21:53:33 +00:00
server_log.txt