Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3749220
D377.id899.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D377.id899.diff
View Options
diff --git a/.gitignore b/.gitignore
--- a/.gitignore
+++ b/.gitignore
@@ -4,7 +4,5 @@
.c9/
composer.lock
php.ini
-storage/
public/css/
*.log
-
diff --git a/storage/app/.gitignore b/storage/app/.gitignore
new file mode 100644
--- /dev/null
+++ b/storage/app/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
\ No newline at end of file
diff --git a/storage/framework/.gitignore b/storage/framework/.gitignore
new file mode 100644
--- /dev/null
+++ b/storage/framework/.gitignore
@@ -0,0 +1,6 @@
+config.php
+routes.php
+compiled.php
+services.json
+events.scanned.php
+routes.scanned.php
diff --git a/storage/framework/cache/.gitignore b/storage/framework/cache/.gitignore
new file mode 100644
--- /dev/null
+++ b/storage/framework/cache/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
\ No newline at end of file
diff --git a/storage/framework/sessions/.gitignore b/storage/framework/sessions/.gitignore
new file mode 100644
--- /dev/null
+++ b/storage/framework/sessions/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
diff --git a/storage/framework/views/.gitignore b/storage/framework/views/.gitignore
new file mode 100644
--- /dev/null
+++ b/storage/framework/views/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
diff --git a/storage/logs/.gitignore b/storage/logs/.gitignore
new file mode 100644
--- /dev/null
+++ b/storage/logs/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 13:42 (21 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2249314
Default Alt Text
D377.id899.diff (1 KB)
Attached To
Mode
D377: Create storage/ hierarchy
Attached
Detach File
Event Timeline
Log In to Comment