-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
169 lines (141 loc) · 3.24 KB
/
Copy path.gitignore
File metadata and controls
169 lines (141 loc) · 3.24 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
# Sample data (that I can't distribute in the same repository)
QWOM2025-08.xml
wordlist
audio
audio/*.*
# But allow test data
!test_data/
# macOS specific files
.DS_Store
**/.DS_Store
# macOS resource forks/shadow files (e.g., ._MyFile.txt)
._*
**/.DS_Store?
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
# ...but the Gradle wrapper jar must be committed so CI can build
!android/gradle/wrapper/gradle-wrapper.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*
# Kotlin Gradle plugin data, see https://kotlinlang.org/docs/whatsnew20.html#new-directory-for-kotlin-data-in-gradle-projects
.kotlin/
# ===========================
# Flutter/Dart Specific
# ===========================
# Flutter/Dart/Pub related
**/build/
**/.dart_tool/
**/.flutter-plugins
**/.flutter-plugins-dependencies
**/.packages
# Flutter build outputs
**/flutter_*.png
**/flutter_*.jpg
**/flutter_*.jpeg
**/flutter_*.gif
**/flutter_*.webp
**/flutter_*.bmp
**/flutter_*.wbmp
**/flutter_*.ico
# Flutter/Dart build artifacts
**/.flutter-plugins
**/.flutter-plugins-dependencies
**/generated_plugin_registrant.dart
# Flutter specific platform folders
**/android/app/debug
**/android/app/profile
**/android/app/release
**/android/.gradle/
**/android/captures/
**/android/local.properties
**/android/**/GeneratedPluginRegistrant.java
**/android/key.properties
**/android/.idea/
**/android/.DS_Store
# iOS specific (if applicable)
**/ios/Flutter/App.framework
**/ios/Flutter/Flutter.framework
**/ios/Flutter/Flutter.podspec
**/ios/Flutter/Generated.xcconfig
**/ios/Flutter/app.flx
**/ios/Flutter/app.zip
**/ios/Flutter/flutter_assets/
**/ios/Flutter/flutter_export_environment.sh
**/ios/ServiceDefinitions.json
**/ios/Runner/GeneratedPluginRegistrant.*
**/ios/.DS_Store
**/ios/Pods/
**/ios/.symlinks/
**/ios/Flutter/ephemeral/
**/ios/Flutter/flutter_export_environment.sh
# Web specific
**/web/flutter_service_worker.js
**/web/index.html
**/web/main.dart.js
**/web/main.dart.js.map
# Windows specific
**/windows/flutter/ephemeral/
# Linux specific
**/linux/flutter/ephemeral/
# macOS specific
**/macos/Flutter/ephemeral/
**/macos/Flutter/GeneratedPluginRegistrant.swift
# Coverage
coverage/
**/coverage/
# Dart/Flutter test related
test/.test_coverage.dart
coverage/lcov.info
# IntelliJ/Android Studio
.idea/
*.iml
**/.idea/workspace.xml
**/.idea/tasks.xml
**/.idea/gradle.xml
**/.idea/assetWizardSettings.xml
**/.idea/dictionaries
**/.idea/libraries
**/.idea/shelf
**/.idea/modules.xml
**/.idea/.name
**/.idea/compiler.xml
**/.idea/copyright/profiles_settings.xml
**/.idea/encodings.xml
**/.idea/misc.xml
**/.idea/scopes/scope_settings.xml
**/.idea/vcs.xml
**/.idea/jsLibraryMappings.xml
**/.idea/datasources.xml
**/.idea/dataSources.ids
**/.idea/sqlDataSources.xml
**/.idea/dynamic.xml
**/.idea/uiDesigner.xml
# VS Code
**/.vscode/launch.json
**/.vscode/extensions.json
**/.vscode/settings.json (optional - remove if you want to track workspace settings)
# Dart Observatory/DevTools
**/observatory_tool
# Dart VM
**/.dart_tool/
*.dill
*.kernel
# Flutter Doctor
flutter_doctor.log
# FVM (Flutter Version Management)
.fvm/flutter_sdk