-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
54 lines (49 loc) · 813 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
## TYPO3 v6.2 test2
# Ignore serveral upload and file directories.
/fileadmin/user_upload/
/fileadmin/_temp_/
/fileadmin/_processed_/
/uploads/
/typo3temp/
/ENABLE_INSTALL_TOOL
/typo3conf/ENABLE_INSTALL_TOOL
# 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-*
/index.php
/Resources/Public/**/sourcemaps/
### MAC ###
*.DS_Store
.DS_Store
.AppleDouble
.LSOverride
# Git FTP
giftp.json
.giftp
### other ###
.env
/install.php
/symlink.php
/deploy.php
/typo3-deploy/
/deploy/
._*
.helix
Desktop.ini
Thumbs.db
.Spotlight-V100
.Trashes
*.pyc
*.out
venv
node_modules
.sass-cache
.vscode/
.githooks/