Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DigitDuck
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sunny Singh
DigitDuck
Commits
ff896698
Commit
ff896698
authored
3 months ago
by
Sunny Singh
Browse files
Options
Downloads
Patches
Plain Diff
update ci
parent
87daf1c5
No related branches found
No related tags found
No related merge requests found
Pipeline
#372823
failed
3 months ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+18
-26
18 additions, 26 deletions
.gitignore
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
with
19 additions
and
27 deletions
.gitignore
+
18
−
26
View file @
ff896698
...
...
@@ -10,42 +10,34 @@
.svn/
migrate_working_dir/
# IntelliJ
/IDEA
related
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
# VS Code related
.vscode/settings.json
.vscode/tasks.json
.vscode/launch.json
.vscode/*.code-workspace
# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/
# Flutter/Dart/Pub related
**/doc/api/ # API documentation (generated)
**/ios/Flutter/.last_build_id # iOS build identifier
.dart_tool/ # Dart tools
.flutter-plugins # Flutter plugins
.flutter-plugins-dependencies # Flutter plugin dependencies
.pub-cache/ # Pub cache (dependencies)
.pub/ # Pub temporary files
/build/ # Flutter build artifacts
# Flutter web-specific exclusions
/build/web/ # Flutter web build output (GitLab CI generates this)
**/doc/api/
**/ios/Flutter/.last_build_id
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.pub-cache/
.pub/
/build/
# Symbolication related
app.*.symbols # Symbol files
app.*.map.json # Obfuscation map files
app.*.symbols
# Obfuscation related
app.*.map.json
# Android Studio
related
# Android Studio
will place build artifacts here
/android/app/debug
/android/app/profile
/android/app/release
# Generated Firebase files (optional, if applicable)
firebase-debug.log # Firebase debug logs
# GitLab CI-related (optional)
.ci/ # Temporary CI-related files
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
1
−
1
View file @
ff896698
image
:
cirrus
ci
/flutter:
3.24.5
image
:
ghcr.io/
cirrus
labs
/flutter:
latest
stages
:
-
build
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment