We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2944626 + fa5763a commit 13a24fbCopy full SHA for 13a24fb
Typo3.gitignore
@@ -0,0 +1,18 @@
1
+## Typo3
2
+# Ignore serveral upload and file directories.
3
+/fileadmin/user_upload/
4
+/fileadmin/_temp_/
5
+/uploads/
6
+# Ignore cache
7
+/typo3conf/temp_CACHED*
8
+/typo3conf/temp_fieldInfo.php
9
+# Ignore local config which overrides typo3 config.
10
+# You should include your local stuff with `@include('localconf_local.php');` at the end of localconf.php.
11
+# See http://stackoverflow.com/questions/11905360/how-best-to-manage-typo3-installations-using-git for details.
12
+/typo3conf/localconf_local.php
13
+# Ignore system folders, you should have them symlinked.
14
+# If not comment out the following two entries.
15
+/typo3/
16
+/t3lib/
17
+# Ignore temp directory.
18
+/typo3temp/
0 commit comments