protevus/.gitignore

88 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
*.g.dart
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/
2016-04-22 02:56:21 +00:00
build/
**/packages/
# 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
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
2016-12-21 21:49:02 +00:00
logs/