-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
71 lines (64 loc) · 1.21 KB
/
.gitignore
File metadata and controls
71 lines (64 loc) · 1.21 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
# ───── Miscellaneous ─────
*.class
*.log
*.pyc
*.swp
.DS_Store
.env
.atom/
.svn/
.history
.swiftpm/
migrate_working_dir/
# ───── IDEs ─────
.idea/
*.iml
*.ipr
*.iws
# Uncomment this if you don't want to version VS Code workspace config
# .vscode/
# ───── Flutter & Dart ─────
.dart_tool/
.packages
.flutter-plugins
.flutter-plugins-dependencies
.pub-cache/
.pub/
build/
**/doc/api/
**/ios/Flutter/.last_build_id
# ───── Android ─────
android/.gradle/
android/.kotlin/
android/local.properties
android/app/.gradle/
android/app/build/
android/app/debug/
android/app/profile/
android/app/release/
# ───── iOS ─────
ios/Pods/
ios/*.xcworkspace
ios/xcuserdata/
ios/.symlinks/
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.app/
# ───── Windows ─────
windows/.dart_tool/
**/Debug/
**/Release/
**/.vs/
**/out/
**/Generated Files/
**/Intermediate/
**/FilesWritten.txt
**/Win32/
# ───── Obfuscation & Symbolication ─────
app.*.symbols
app.*.map.json