forked from ArpitGupta4957/suno_samjho
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
103 lines (90 loc) · 1.35 KB
/
.gitignore
File metadata and controls
103 lines (90 loc) · 1.35 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
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
*.iml
*.ipr
*.iws
.idea/
pubspec.lock
# Flutter
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
build/
**/build/
ios/Pods/
ios/Flutter/App.framework
ios/Flutter/Flutter.framework
ios/Flutter/engine
ios/Flutter/flutter_assets
ios/Flutter/ephemeral
ios/.symlinks/
ios/Runner/GeneratedPluginRegistrant.*
android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
android/key.properties
android/local.properties
android/.gradle/
android/.gradle/**
**/.gradle/
**/.gradle/**
android/app/build/
android/build/
**/captures/
macos/Flutter/ephemeral
linux/flutter/ephemeral
windows/flutter/ephemeral
lib/generated_plugin_registrant.dart
lib/**.g.dart
lib/**.freezed.dart
.dart_tool/
**/.dart_tool/
# IDEs
.vscode/
.settings/
.metadata
# Logs
logs/
*.log
# Coverage
coverage/
# Temp
tmp/
temp/
*.tmp
# Secrets
.env
.env.*
# Flutter build outputs
.flutter_build/
# Fastlane / CI artifacts
fastlane/report.xml
fastlane/Preview.html
fastlane/metadata
# Node / front-end
node_modules/
yarn.lock
# Archive / binaries
*.gz
*.zip
*.jar
*.war
*.ear
# Xcode / Apple specific
**/DerivedData/
**/.DS_Store
ios/.last_build_id
ios/Runner.xcworkspace/
# Android local/Gradle daemon files
android/.idea/
android/.settings/
android/**/out/
android/**/local.properties