forked from docmak/TYPO3Styleguide-Landingpage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
33 lines (29 loc) · 760 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
## TYPO3 v6.2
# Ignore several 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/
/Private/node_modules
/Public/Styles/main.css
/Public/JavaScript
/Private/.sass-cache/
/Public/Data/*
################################################################################
# Ignore IDE files
################################################################################
/.idea/