Skip to content

Commit 5ba680e

Browse files
committed
Initial commit
0 parents  commit 5ba680e

File tree

7 files changed

+720
-0
lines changed

7 files changed

+720
-0
lines changed

.gitignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# See https://www.dartlang.org/guides/libraries/private-files
2+
3+
# Files and directories created by pub
4+
.dart_tool/
5+
.packages
6+
build/
7+
# If you're building an application, you may want to check-in your pubspec.lock
8+
pubspec.lock
9+
10+
# Directory created by dartdoc
11+
# If you don't generate documentation locally you can remove this line.
12+
doc/api/
13+
14+
# dotenv environment variables file
15+
.env*
16+
17+
# Avoid committing generated Javascript files:
18+
*.dart.js
19+
# Produced by the --dump-info flag.
20+
*.info.json
21+
# When generated by dart2js. Don't specify *.js if your
22+
# project includes source files written in JavaScript.
23+
*.js
24+
*.js_
25+
*.js.deps
26+
*.js.map
27+
28+
.flutter-plugins
29+
.flutter-plugins-dependencies

0 commit comments

Comments
 (0)