Skip to content

Commit 09c64b7

Browse files
authored
Wave/1 getting started (#2)
1 parent 11ec3c0 commit 09c64b7

20 files changed

+4450
-77
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
branches:
1010
- main
11+
- 'wave/**'
1112

1213
# push:
1314
# branches:

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,22 @@
55
# Avoid committing pubspec.lock for library packages; see
66
# https://dart.dev/guides/libraries/private-files#pubspeclock.
77
pubspec.lock
8+
9+
# Coverage
10+
coverage/
11+
*.lcov
12+
13+
# IDE
14+
.idea/
15+
.vscode/
16+
*.iml
17+
*.ipr
18+
*.iws
19+
20+
# Build outputs
21+
build/
22+
.packages
23+
24+
# Misc
25+
.DS_Store
26+
*.log

0 commit comments

Comments
 (0)