Skip to content

Commit fbb9d20

Browse files
committed
Removed publish.sh in favor of .pugignore
1 parent 09c88cf commit fbb9d20

File tree

2 files changed

+29
-19
lines changed

2 files changed

+29
-19
lines changed

.pubignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
.DS_Store
2+
.dart_tool/
3+
4+
.packages
5+
.pub/
6+
7+
build/
8+
flutter*.log
9+
.idea/libraries/Dart_Packages.xml
10+
.idea/libraries/Dart_SDK.xml
11+
12+
.idea/workspace.xml
13+
.idea/vcs.xml
14+
.idea/tasks.xml
15+
.idea/gradle.xml
16+
.idea/assetWizardSettings.xml
17+
.idea/dictionaries
18+
.idea/libraries
19+
20+
# IDE
21+
.idea/
22+
*.iml
23+
.vscode/
24+
25+
# Dev folders
26+
chrome-experimental-launch
27+
example/test
28+
test
29+
scripts

publish.sh

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)