-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
43 lines (40 loc) · 931 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
/Build/Behat/*
/Build/BowerComponents/
/Build/BuildEssentials
/Build/node_modules/
/Build/Reports
/Build/Resources
/Configuration/**/*.example
/Configuration/PackageStates.php
/Configuration/README
/Configuration/**/IncludeCachedConfigurations.php
/Data/
/Packages/Application/Flowpack.*
/Packages/Application/TYPO3.*
/Packages/Framework/
/Packages/Libraries/
/Packages/Neos/
/Packages/Plugins/M12.*
#/Packages/Plugins/Pb.*
/Packages/Plugins/RobertLemke.Rss/
/Packages/Sites/TYPO3.*
/Web/_Resources/
/bin/
/Readme.rst
/Readme.txt
/Upgrading.rst
/Upgrading.txt
/flow
/flow.bat
/BowerComponents
/node_modules
beard.lock
# ignore the downloaded selenium server, config and the selenium
# temporary directory (which starts with a quote, do not ask why...)
/Tests/Selenium/settings.xml
Build/Resources/Java/selenium-server-standalone*
/"
# We don't use Apache, so it's unlikely we would like to track them
.htaccess
.idea/
.vagrant/