-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path.gitignore
More file actions
112 lines (97 loc) · 1.76 KB
/
.gitignore
File metadata and controls
112 lines (97 loc) · 1.76 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
# Dart / Flutter
.dart_tool/
.packages
build/
pubspec.lock
!example/chat_app/pubspec.lock
.flutter-plugins
.flutter-plugins-dependencies
.metadata
.pub/
# Android
android/gradle/
android/captures/
android/gradlew
android/gradlew.bat
android/local.properties
android/**/generated/
android/**/gradle-wrapper.jar
android/.gradle
android/build
android/app/build
android/app/src/main/assets/
android/.cxx/
# iOS / macOS
ios/Flutter/App.framework
ios/Flutter/Flutter.framework
ios/Flutter/Generated.xcconfig
ios/Flutter/app.flx
ios/Flutter/app.zip
ios/Flutter/flutter_assets/
ios/ServiceDefinitions.json
ios/Runner/GeneratedPluginRegistrant.*
macos/Flutter/ephemeral/
macos/Runner/GeneratedPluginRegistrant.*
# IDEs
.idea/
.vscode/
*.iml
*.iws
*.ipr
# OS
.DS_Store
Thumbs.db
# C/C++ / CMake / Build Artifacts
*.o
*.a
*.exe
cmake_install.cmake
CMakeCache.txt
CMakeFiles/
Makefile
compile_commands.json
*.gch
*.pch
# Native binaries (pre-built or generated)
*.so
*.dll
*.dylib
*.xcframework/
.dart_tool/native_assets.json
# Models (Large files)
*.gguf
*.bin
# Test Assets
/test_assets/
/models/
# build outputs
build-*/
artifacts/
release_assets/
# Legacy native source/build workspace (not tracked in this repo)
third_party/
coverage/
*.log
# FVM Version Cache
.fvm/
.fvmrc
# Test artifacts
test_output.txt
test_output_*.txt
test_failure_details.txt
full_log.txt
# Emscripten sanity outputs
a.out.js
a.out.wasm
# Local web bridge artifacts fetched/built for chat_app
example/chat_app/web/webgpu_bridge/*.js
example/chat_app/web/webgpu_bridge/*.wasm
example/chat_app/web/webgpu_bridge/manifest.json
example/chat_app/web/webgpu_bridge/sha256sums.txt
# Docusaurus website artifacts
website/node_modules/
website/.docusaurus/
website/build/
website/static/dart-api/
website/static/api/
website/bun.lock