diff --git a/storage/app/.gitignore b/storage/app/.gitignore index c63292ed6..5e39b5eed 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 000000000..d6b7ef32c --- /dev/null +++ b/storage/app/remcache/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore