diff options
| author | 2013-11-17 17:16:06 +0100 | |
|---|---|---|
| committer | 2013-11-17 17:16:06 +0100 | |
| commit | 609a2f1c271382b72cc132bb5a685b9b8ac6be25 (patch) | |
| tree | 81076aeeb8ae4663adb29291bcb3f302f69047d5 /data | |
| parent | 9d978bda70bb344cac892875b4af3f2d42f46c4d (diff) | |
Changements .gitignore dans ./data
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 |
