-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy path.gitignore
More file actions
126 lines (109 loc) · 2.75 KB
/
.gitignore
File metadata and controls
126 lines (109 loc) · 2.75 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
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.build/
.buildlog/
.history
.svn/
.swiftpm/
migrate_working_dir/
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
# 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/
# Flutter/Dart/Pub related
**/doc/api/
**/ios/Flutter/.last_build_id
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.pub-cache/
.pub/
/build/
# windows generated code (CMakeLists.txt is a static project file and must stay tracked)
windows/flutter/generated_plugin_registrant.cc
windows/flutter/generated_plugin_registrant.h
windows/flutter/generated_plugins.cmake
windows/flutter/ephemeral/
# linux generated code (CMakeLists.txt is a static project file and must stay tracked)
linux/flutter/generated_plugin_registrant.cc
linux/flutter/generated_plugin_registrant.h
linux/flutter/generated_plugins.cmake
linux/flutter/ephemeral/
# macos - needs some things tracked but not these
macos/Flutter/GeneratedPluginRegistrant.swift
macos/Flutter/ephemeral
# ios - needs some things tracked but not these
ios/Flutter/Generated.xcconfig
ios/Flutter/flutter_export_environment.sh
ios/Flutter/ephemeral/
# Local package lock files
packages/**/pubspec.lock
# Symbolication related
app.*.symbols
# Obfuscation related
app.*.map.json
# Android Studio will place build artifacts here
/android/app/debug
/android/app/profile
/android/app/release
# Nested Android package Gradle caches
**/.gradle/
# CMake build artifacts (Android native builds)
**/.cxx/
**/build/
# Local Windows diagnostics and generated installer files
/app_all.txt
/crash_events.txt
/windows/installer/*.generated.iss
/windows/installer/iscc.log
# Windows installer
/Moonfin-Setup-x64.exe
/Moonfin_Windows_v*.exe
# Android APK artifacts
/Moonfin-android.apk
/Moonfin_Android_v*.apk
/Moonfin_Android_v*.aab
/*.apk
# Tizen TPK artifacts and generated dependency metadata
/Moonfin_Tizen_v*.tpk
/*.tpk
/tizen/.app.deps.json
# iOS IPA artifacts and local signing overrides
/Moonfin-ios.ipa
/Moonfin-ios-unsigned.ipa
/Moonfin_iOS_v*.ipa
/Moonfin_iOS_v*_unsigned.ipa
/build-ios.private.env
# Linux package artifacts
/Moonfin-linux-*
/Moonfin_Linux_v*.AppImage
/Moonfin_Linux_v*.tar.gz
/Moonfin_Linux_v*.deb
/Moonfin_Linux_v*.rpm
/Moonfin_Linux_v*.flatpak
/moonfin-*.tar.gz
/moonfin-*.AppImage
/moonfin_*.deb
/moonfin-*.rpm
/moonfin_*.snap
/moonfin_*.flatpak
/.flatpak-builder/
/build-macos.private.env
# macOS build artifacts
/Moonfin_macOS_v*.dmg
/Moonfin_macOS_v*.pkg
# Fork cache artifacts regenerated by media_kit_video pod setup
/packages/media_kit_video_fork/common/darwin/.cache/headers/*.tar.gz
# Local vcpkg checkout (toolchain cache)
/vcpkg/
web/drift_worker.js.map