ソースを参照

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

読み込み中…
キャンセル
保存