-
-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy path.gitignore
More file actions
32 lines (24 loc) · 612 Bytes
/
.gitignore
File metadata and controls
32 lines (24 loc) · 612 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
# Get rid of any unwanted executables.
*.exe
*.obj
*.pdb
*.exe.config
# Files and directories created by pub.
**/.dart_tool/
**/.packages
# IntelliJ related files.
*.iml
**/.idea/
# Visual Studio Code related files.
**/.vscode/
# Library packages shouldn't check in their pubspec.lock files.
**/pubspec.lock
# Conventional directory for build outputs.
**/build/
# Don't need to check in coverage files.
**/coverage/
# Documentation doesn't need checking in here.
**/doc/api/
# We create these files for inspection if the golden tests fail, but we don't
# need to check them in.
**/golden/**/*.comparison