-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy path.gitignore
More file actions
88 lines (73 loc) · 1.48 KB
/
.gitignore
File metadata and controls
88 lines (73 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Flutter & Dart
**/build/
**/.dart_tool/
**/.packages
**/pubspec.lock
**/.flutter-plugins
**/.flutter-plugins-dependencies
**/.flutter-versions
# Generated files (auto-generated by build_runner and other code generators)
# These files are regenerated automatically in CI and should not be committed
*.g.dart
*.mocks.dart
# IntelliJ related
.idea/
*.iml
*.ipr
*.iws
# Visual Studio Code related
.vscode/
*.code-workspace
# macOS
macos/Flutter/GeneratedPluginRegistrant.swift
.DS_Store
# iOS
ios/Flutter/.last_build_id
ios/Pods/
ios/.symlinks/
ios/Flutter/Flutter.framework
ios/Flutter/App.framework
ios/Flutter/engine/Flutter.framework
ios/Flutter/engine/Flutter.podspec
ios/.generated/
ios/.dart_tool/
# Android
android/.gradle/
#android/app/proguard-rules.pro
android/local.properties
android/key.properties
android/app/upload-keystore.jks
# Android Studio
*.jks
*.gradle
*.apk
.cxx/
# Firebase and Google Services (public credentials - safe to commit)
# Web
web/.dart_tool/
web/.packages
web/build/
# Windows
windows/flutter/generated_plugin_registrant.*
windows/flutter/generated_plugins.cmake
windows/.flutter-plugins
windows/.flutter-plugins-dependencies
# Linux
linux/flutter/generated_plugin_registrant.*
linux/flutter/generated_plugins.cmake
linux/.flutter-plugins
linux/.flutter-plugins-dependencies
# Chrome OS
chrome/.cxx
chrome/.dart_tool
chrome/.packages
# Misc
*.log
*.lock
.pdm
bfg-1.14.0.jar
lib/generated/
# FVM Version Cache
.fvm/
# Mutation testing reports
mutation-test-report/