forked from sneurlax/nix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (49 loc) · 753 Bytes
/
.gitignore
File metadata and controls
58 lines (49 loc) · 753 Bytes
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
# Flutter/Dart
.dart_tool/
.packages
**/build/
/coverage/
**/doc/api/
*.iml
.metadata
.flutter-plugins
.flutter-plugins-dependencies
pubspec_overrides.yaml
# IDE
.idea/
.vscode/
*.swp
*.swo
# Flutter SDK (fetched by scripts/fetch-flutter.sh)
.flutter-sdk/
# Android SDK (fetched by scripts/fetch-android-sdk.sh)
.android-sdk/
# Android (generated)
**/android/.gradle/
**/android/local.properties
**/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
# Nix
.nix-profile
result
result-*
# OS
.DS_Store
Thumbs.db
# CocoaPods (generated)
**/ios/Pods/
**/macos/Pods/
**/ios/Podfile.lock
**/macos/Podfile.lock
# Melos
.melos/
# Misc
*.class
*.log
*.pyc
.atom/
.build/
.buildlog/
.history
.svn/
.swiftpm/
migrate_working_dir/