1
0
mirror of https://github.com/git-touch/git-touch synced 2025-02-02 17:07:06 +01:00

42 lines
621 B
Plaintext
Raw Normal View History

2018-12-27 22:31:02 +08:00
# Miscellaneous
*.class
*.log
*.pyc
*.swp
2018-04-18 20:38:28 +08:00
.DS_Store
2018-12-27 22:31:02 +08:00
.atom/
.buildlog/
.history
.svn/
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
2019-09-23 20:59:34 +08: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/
2018-04-18 20:38:28 +08:00
2018-12-27 22:31:02 +08:00
# Flutter/Dart/Pub related
**/doc/api/
2020-10-05 19:26:59 +08:00
**/ios/Flutter/.last_build_id
2018-12-27 22:31:02 +08:00
.dart_tool/
.flutter-plugins
2020-10-05 19:26:59 +08:00
.flutter-plugins-dependencies
2018-04-18 20:38:28 +08:00
.packages
2018-12-27 22:31:02 +08:00
.pub-cache/
2018-04-18 20:38:28 +08:00
.pub/
2019-09-23 20:59:34 +08:00
/build/
2018-04-18 20:38:28 +08:00
2020-10-05 19:26:59 +08:00
# Web related
lib/generated_plugin_registrant.dart
2018-12-27 22:31:02 +08:00
2020-10-05 19:26:59 +08:00
# Symbolication related
app.*.symbols
2018-12-27 22:31:02 +08:00
2020-10-05 19:26:59 +08:00
# Obfuscation related
app.*.map.json