-
-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy path.pubignore
More file actions
30 lines (22 loc) · 547 Bytes
/
.pubignore
File metadata and controls
30 lines (22 loc) · 547 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
# Get rid of any unwanted executables.
*.exe
*.obj
*.pdb
*.exe.config
# Files and directories created by pub.
**/.dart_tool/
**/.packages
# IntelliJ related files.
**/.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/
# Don't need to check in the git-cliff configuration file.
cliff.toml