diff --git a/.gitignore b/.gitignore index 00d6bf0..d3856e9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ backups/*.zip lib/config-* plugins/* test/test-file1.txt -tmp/* \ No newline at end of file +tmp/* +!tmp/index.php \ No newline at end of file diff --git a/tmp/index.php b/tmp/index.php new file mode 100644 index 0000000..47543f9 --- /dev/null +++ b/tmp/index.php @@ -0,0 +1,4 @@ + \ No newline at end of file