瀏覽代碼

Initial commit

master
azri 1 周之前
當前提交
83bd071b95
共有 2 個文件被更改,包括 22 次插入0 次删除
  1. 19
    0
      .gitignore
  2. 3
    0
      README.md

+ 19
- 0
.gitignore 查看文件

@@ -0,0 +1,19 @@
1
+# ---> Laravel
2
+/vendor/
3
+node_modules/
4
+npm-debug.log
5
+yarn-error.log
6
+
7
+# Laravel 4 specific
8
+bootstrap/compiled.php
9
+app/storage/
10
+
11
+# Laravel 5 & Lumen specific
12
+public/storage
13
+public/hot
14
+storage/*.key
15
+.env
16
+Homestead.yaml
17
+Homestead.json
18
+/.vagrant
19
+

+ 3
- 0
README.md 查看文件

@@ -0,0 +1,3 @@
1
+# text4u
2
+
3
+sms-gateway

Loading…
取消
儲存