瀏覽代碼

Initial commit

chenxiqiang 7 年之前
當前提交
4374a53513
共有 2 個檔案被更改,包括 25 行新增0 行删除
  1. 22
    0
      .gitignore
  2. 3
    0
      README.md

+ 22
- 0
.gitignore 查看文件

@@ -0,0 +1,22 @@
1
+# ---> Laravel
2
+vendor/
3
+node_modules/
4
+npm-debug.log
5
+
6
+# Laravel 4 specific
7
+bootstrap/compiled.php
8
+app/storage/
9
+
10
+# Laravel 5 & Lumen specific
11
+public/storage
12
+public/hot
13
+storage/*.key
14
+.env.*.php
15
+.env.php
16
+.env
17
+Homestead.yaml
18
+Homestead.json
19
+
20
+# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer
21
+.rocketeer/
22
+

+ 3
- 0
README.md 查看文件

@@ -0,0 +1,3 @@
1
+# houseworking
2
+
3
+家政小程序

Loading…
取消
儲存