diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | data/.gitignore | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1377554ebe..eb3b49c883 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.swp +.idea/ diff --git a/data/.gitignore b/data/.gitignore index 592472dff6..84bb8c9b45 100644 --- a/data/.gitignore +++ b/data/.gitignore @@ -1,3 +1,6 @@ +*.ged +*.GED cache/ config.ini.php +html_purifier_cache/ media/ |
