-
-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy path.gitignore
More file actions
30 lines (22 loc) · 607 Bytes
/
.gitignore
File metadata and controls
30 lines (22 loc) · 607 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
# See https://www.dartlang.org/tools/private-files.html
# Files and directories created by pub
.dart_tool/
.packages
.pub/
build/
# If you're building an application, you may want to check-in your pubspec.lock
pubspec.lock
# Directory created by dartdoc
# If you don't generate documentation locally you can remove this line.
doc/api/
*.iml
*.ipr
*.iws
.idea/
.DS_Store
.vscode/
example/android/\.project
example/android/\.settings/org\.eclipse\.buildship\.core\.prefs
example/android/app/\.classpath
example/android/app/\.project
example/android/app/\.settings/org\.eclipse\.buildship\.core\.prefs