Skip to content

Commit c388479

Browse files
committed
add gitignore
1 parent 73cf8d4 commit c388479

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
11
*.swp
22
.DS_Store
3+
# Node rules:
4+
## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
5+
.grunt
6+
7+
## Dependency directory
8+
## Commenting this out is preferred by some people, see
9+
## https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
10+
node_modules
11+
12+
# Book build output
313
_book
14+
15+
# eBook build output
16+
*.epub
17+
*.mobi
18+
*.pdf

SUMMARY.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Summary
22

3+
* [Introduction](README.md)
34
* [移动 App 自动化测试简述](auto_intro/auto_intro.md)
45
* [移动 App 自动化测试的编年史](auto_intro/auto_intro_history.md)
56
* [移动 App 自动化测试的追求](auto_intro/auto_intro_pursue.md)
@@ -26,10 +27,11 @@
2627
* [Apk 篇](use_appium/apk.md)
2728
* [iOS 篇](use_appium/ios.md)
2829
* [混合应用篇](use_appium/hybird.md)
30+
* [Appium Webdriver protocol](auto_intro/webdriver_protocal.md)
2931
* [Appium 原理篇](auto_intro/appium.md)
30-
* [Appium Webdriver protocol](auto_intro/webdriver_protocal.md)
3132
* [Appium Android 原理](auto_intro/appium_android.md)
3233
* [Appium iOS 原理](auto_intro/appium_ios.md)
3334
* [Appium 高阶篇](auto_intro/appium.md)
3435
* [移动自动化 Test Design](auto_intro/test_design)
3536
* [Screen Object Pattern](auto_intro/screen_object_pattern)
37+

book.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

0 commit comments

Comments
 (0)