This repository has been archived on 2020-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
hermes/.gitignore

38 lines
615 B
Plaintext
Raw Permalink Normal View History

2019-01-30 13:11:35 +00:00
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
2020-01-05 22:36:26 +00:00
# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/
2019-01-30 13:11:35 +00:00
# Flutter/Dart/Pub related
**/doc/api/
.dart_tool/
.flutter-plugins
2020-01-05 22:36:26 +00:00
.flutter-plugins-dependencies
2019-01-30 13:11:35 +00:00
.packages
.pub-cache/
.pub/
2020-01-05 22:36:26 +00:00
/build/
2019-01-30 13:11:35 +00:00
2020-01-05 22:36:26 +00:00
# Web related
lib/generated_plugin_registrant.dart
2019-01-30 13:11:35 +00:00
# Exceptions to above rules.
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages