diff --git a/app/cache/.gitignore b/app/cache/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/app/cache/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/app/logs/.gitignore b/app/logs/.gitignore new file mode 100644 index 0000000..c3d07e5 --- /dev/null +++ b/app/logs/.gitignore @@ -0,0 +1,3 @@ +* +!.gitkeep +!.gitignore