This website works better with JavaScript
Trang chủ
Khám phá
Đăng ký
Đăng nhập
SongZihuan
/
GitIgnore
mirror of
https://github.com/github/gitignore.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Create gitignore for Lumen
Jeroen Deviaene
9 năm trước cách đây
mục cha
1f65941ef9
commit
710884d4f5
1 tập tin đã thay đổi
với
8 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
8
0
Lumen.gitignore
+ 8
- 0
Lumen.gitignore
Xem Tập Tin
@@ -0,0 +1,8 @@
+.env.*.php
+.env.php
+.env
+.env.example
+
+vendor/
+node_modules/
+storage/