-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (48 loc) · 1.02 KB
/
.gitignore
File metadata and controls
58 lines (48 loc) · 1.02 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
# OS files
.DS_Store
# IDE
.idea/
.vscode/*
!.vscode/settings.json.template
!.vscode/extensions.json
*.iml
# AI tooling
.claude/
.specify/
# FVM
.fvm/
.fvmrc
# Flutter/Dart/Pub
/pubspec.lock
**/doc/api/
.dart_tool/
.flutter-plugins-dependencies
/build/
/coverage/
# Android
**/android/local.properties
**/android/.gradle/
**/android/captures/
**/android/gradlew
**/android/gradlew.bat
**/android/gradle/wrapper/gradle-wrapper.jar
**/GeneratedPluginRegistrant.java
# iOS/macOS CocoaPods
**/Pods/
**/Podfile.lock
**/.bundle/
# Local development config
**/local.env
# iOS Flutter generated files
**/ios/Flutter/Generated.xcconfig
**/ios/LocalDevelopment.xcconfig
**/ios/Flutter/flutter_export_environment.sh
**/ios/Flutter/ephemeral/
**/ios/Runner/GeneratedPluginRegistrant.h
**/ios/Runner/GeneratedPluginRegistrant.m
# macOS Flutter ephemeral files
**/macos/Flutter/ephemeral/
**/macos/Flutter/GeneratedPluginRegistrant.swift
# Used to hold additional context for claude (ex other platform source code source)
reference/
references/