-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
91 lines (74 loc) · 1.39 KB
/
.gitignore
File metadata and controls
91 lines (74 loc) · 1.39 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
# Devenv
.devenv*
devenv.local.nix
devenv.local.yaml
# direnv
.direnv
# pre-commit
.pre-commit-config.yaml
# FVM Version Cache
.fvm/
# Dart/Flutter
.dart_tool/
build/
.packages
.pub/
**/.flutter-plugins-dependencies
# Generated — do NOT ignore *.g.dart or *.freezed.dart (constitution: committed)
# IDE
*.iml
.idea/
*.swp
*.swo
.vscode/
# macOS
.DS_Store
*.xcworkspace/xcuserdata/
*.xcodeproj/xcuserdata/
# Android
**/android/**/gradle-wrapper.jar
**/android/.gradle
**/android/captures/
**/android/gradlew
**/android/gradlew.bat
**/android/local.properties
**/android/**/GeneratedPluginRegistrant.java
**/android/key.properties
*.jks
# iOS
**/ios/**/*.mode1v3
**/ios/**/*.mode2v3
**/ios/**/*.moved-aside
**/ios/**/*.pbxuser
**/ios/**/*.perspectivev3
**/ios/**/Pods/
**/ios/.symlinks/
**/ios/Flutter/.last_build_id
**/ios/Flutter/flutter_export_environment.sh
**/.android/
# Web
**/web/favicon.png
# Serverpod passwords
**/config/passwords.yaml
# Docker Compose env
.env
# Temp / dev logs
.temp/
.tmp/
.screenshots/
# Only ignore top-level screenshots folder (not test/screenshots/)
/screenshots/
.example-ui/
artifacts/
# Lock files — keep workspace and app lock files for reproducible CI builds
!pubspec.lock
!verily_app/pubspec.lock
# Local properties
local.properties
.eget/bin/
# Node.js / Pulumi infra
node_modules/
infra/dist/
.ant-colony/
.pi/scheduler.json
verily_app/test/screenshots/failures/