Skip to content

Commit 183b4bb

Browse files
committedJan 15, 2023
feat: add pugignore fie
1 parent e28169f commit 183b4bb

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
 

‎.pubignore

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
/build/
2+
.dart_tool/
3+
pubspec.lock
4+
.atom/
5+
.buildlog/
6+
.history
7+
.svn/
8+
.DS_Store
9+
.packages
10+
*.zip
11+
*.rar
12+
example/.packages
13+
example/ios/
14+
example/android/
15+
example/build/
16+
example/.idea
17+
example/.iml
18+
example/.ipr
19+
example/.iws
20+
example/.atom/
21+
example/web/
22+
example/.buildlog/
23+
example/.history
24+
example/.svn/
25+
example/pubspec.lock
26+
example/.vscode/
27+
.vscode/

0 commit comments

Comments
 (0)
Please sign in to comment.