瀏覽代碼

Merge pull request #456 from jan0sch/master

Added gitignore file for Typo3.
Daniel Hengeveld 12 年之前
父節點
當前提交
13a24fbe6b
共有 1 個文件被更改,包括 18 次插入0 次删除
  1. 18 0
      Typo3.gitignore

+ 18 - 0
Typo3.gitignore

@@ -0,0 +1,18 @@
+## Typo3
+# Ignore serveral upload and file directories.
+/fileadmin/user_upload/
+/fileadmin/_temp_/
+/uploads/
+# Ignore cache
+/typo3conf/temp_CACHED*
+/typo3conf/temp_fieldInfo.php
+# Ignore local config which overrides typo3 config.
+# You should include your local stuff with `@include('localconf_local.php');` at the end of localconf.php.
+# See http://stackoverflow.com/questions/11905360/how-best-to-manage-typo3-installations-using-git for details.
+/typo3conf/localconf_local.php
+# Ignore system folders, you should have them symlinked.
+# If not comment out the following two entries.
+/typo3/
+/t3lib/
+# Ignore temp directory.
+/typo3temp/