-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
45 lines (37 loc) · 818 Bytes
/
.gitignore
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
# Ignore Python compiled files
*.pyc
__pycache__/
# Ignore VSCode settings
.vscode/
# Ignore macOS system files
.DS_Store
# Ignore Dart tool files
.dart_tool/
# Ignore Flutter and Dart related files
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache
.pub
# Ignore build files
build/
ios/Flutter/App.xcodeproj/project.xcworkspace/xcuserdata
ios/Flutter/App.xcodeproj/xcuserdata
ios/Flutter/Flutter.podspec
ios/Flutter/Flutter.framework
# Ignore Android related files
android/.gradle/
android/.idea/
android/captures/
android/app/build/
android/local.properties
android/gradle.properties
android/gradlew
android/gradlew.bat
android/settings.gradle
android/gradle/
android/app/
# Ignore Flutter export environment
ios/Flutter/flutter_export_environment.sh
# Ignore virtual environment files
venv/