diff options
author | Unknwon <u@gogs.io> | 2015-08-28 16:44:04 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-28 16:44:04 +0800 |
commit | 46bee50e45ef8f3e9f3727649fa24d50bb2fc782 (patch) | |
tree | 3b55f109f957c54890972d533af435d3a3ed8e96 /conf/gitignore/Typo3 | |
parent | 4cfa2ca40d4f211a124ab9973dfc814190b758b9 (diff) |
complate list of gitignores and licenses
Diffstat (limited to 'conf/gitignore/Typo3')
-rw-r--r-- | conf/gitignore/Typo3 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/gitignore/Typo3 b/conf/gitignore/Typo3 new file mode 100644 index 00000000..5781fcc3 --- /dev/null +++ b/conf/gitignore/Typo3 @@ -0,0 +1,20 @@ +## TYPO3 v6.2 +# Ignore serveral upload and file directories. +/fileadmin/user_upload/ +/fileadmin/_temp_/ +/fileadmin/_processed_/ +/uploads/ +# Ignore cache +/typo3conf/temp_CACHED* +/typo3conf/temp_fieldInfo.php +/typo3conf/deprecation_*.log +/typo3conf/AdditionalConfiguration.php +# Ignore system folders, you should have them symlinked. +# If not comment out the following entries. +/typo3 +/typo3_src +/typo3_src-* +/.htaccess +/index.php +# Ignore temp directory. +/typo3temp/ |