diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/.gitignore | 2 | ||||
| -rw-r--r-- | data/cache/.gitignore | 1 | ||||
| -rw-r--r-- | data/log/.gitignore | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/data/.gitignore b/data/.gitignore index 9c60990ac..5d36792ba 100644 --- a/data/.gitignore +++ b/data/.gitignore @@ -1,5 +1,3 @@ -cache -log application.ini *_user.php *.sqlite diff --git a/data/cache/.gitignore b/data/cache/.gitignore new file mode 100644 index 000000000..0307e6493 --- /dev/null +++ b/data/cache/.gitignore @@ -0,0 +1 @@ +*.spc
\ No newline at end of file diff --git a/data/log/.gitignore b/data/log/.gitignore new file mode 100644 index 000000000..bf0824e59 --- /dev/null +++ b/data/log/.gitignore @@ -0,0 +1 @@ +*.log
\ No newline at end of file |
