forked from TYPO3/typo3
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
54 lines (54 loc) · 1019 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 CMS
# global ignore file
########################
#
# Don't ignore .rej and .orig as we want to see/clean files after conflict resolution.
#
# For local exclude patterns please edit .git/info/exclude.
#
########################
#
# Ignore temporary files (left by editors)
*~
*.bak
*.swp
#
# Ignore by common IDEs used directories/files
nbproject
*.idea
*.project
.buildpath
.project
.settings
.TemporaryItems
.webprj
.php_cs.cache
#
# Ignore build stuff
Build/bower_components/*
Build/node_modules/*
Build/JavaScript
Build/typings/*
!Build/typings/no-def*
.cache
.sass-cache
.session
typo3/sysext/*/Resources/Private/TypeScript/*.js
typo3/sysext/*/Resources/Public/JavaScript/*.js.map
components/testing_framework/Resources/Core/Build/Configuration/Acceptance/Support/_generated/*
phantomjsdriver.log
#
# Ignore composer stuff
bin/*
vendor/*
#
# Ignore common TYPO3 CMS files/directories
typo3temp/*
typo3conf/*
fileadmin/*
uploads/*
/.htaccess
# TypeScript stuff
.baseDir.ts
.tscache