diff --git a/storage/app/.gitignore b/storage/app/.gitignore index c63292ed..5e39b5ee 100755 --- a/storage/app/.gitignore +++ b/storage/app/.gitignore @@ -1,4 +1,5 @@ * !public/ +!remcache/ !cities.json !.gitignore diff --git a/storage/app/remcache/.gitignore b/storage/app/remcache/.gitignore new file mode 100644 index 00000000..d6b7ef32 --- /dev/null +++ b/storage/app/remcache/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore