diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-06-14 12:08:15 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-06-14 12:08:15 +0200 |
| commit | 08ce6b96a4dfca72897f29a3ccb84084777f8909 (patch) | |
| tree | 17a05f1c63cdf48fef4099e260fcb94548d7c31e | |
| parent | a620a6c5fe067f7c4b4b4c5b156b2454162ba988 (diff) | |
| download | forums-08ce6b96a4dfca72897f29a3ccb84084777f8909.tar forums-08ce6b96a4dfca72897f29a3ccb84084777f8909.tar.gz forums-08ce6b96a4dfca72897f29a3ccb84084777f8909.tar.bz2 forums-08ce6b96a4dfca72897f29a3ccb84084777f8909.tar.xz forums-08ce6b96a4dfca72897f29a3ccb84084777f8909.zip | |
[ticket/12706] Ignore additional languages
PHPBB3-12706
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 72c7a913c8..dbfe445346 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,8 @@ /phpBB/files/* /phpBB/images/avatars/gallery/* /phpBB/images/avatars/upload/* +/phpBB/language/* +!/phpBB/language/en /phpBB/store/* /phpBB/styles/* !/phpBB/styles/prosilver |
