-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (44 loc) · 1013 Bytes
/
.gitignore
File metadata and controls
52 lines (44 loc) · 1013 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
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
# Go workspace file
go.work
# Dependency directories
vendor/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
cmd/goflow/goflow
# Example binaries (compiled executables in examples/)
examples/layout-demo/layout-demo
examples/rendering-demo/rendering-demo
examples/counter-app/counter-app
examples/goflow-counter/goflow-counter
examples/shopping-cart/shopping-cart
examples/input-demo/input-demo
examples/basic/basic
examples/playground/playground
examples/material-demo/material-demo
examples/goflow-hello/goflow-hello
examples/todo-list/todo-list
examples/adaptive-demo/adaptive-demo
examples/cupertino-demo/cupertino-demo
examples/input-widgets/input-widgets
examples/stack-demo/stack-demo
examples/hotreload-demo/hotreload-demo
examples/hotreload-widget-demo/hotreload-widget-demo
# Demo/template directories
demo_flutter_for_template/