mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 03:36:12 +01:00
26 lines
521 B
Text
26 lines
521 B
Text
#########################
|
|
# global ignore file
|
|
########################
|
|
# ignoring temporary files (left by e.g. vim)
|
|
# ignoring by common IDE's used directories/files
|
|
# dont ignore .rej and .orig as we want to see/clean files after conflict resolution
|
|
#
|
|
# for local exclude patterns please edit .git/info/exclude
|
|
#
|
|
*~
|
|
*.bak
|
|
*.idea
|
|
*.project
|
|
*.swp
|
|
.buildpath
|
|
.cache
|
|
.project
|
|
.session
|
|
.settings
|
|
.TemporaryItems
|
|
.webprj
|
|
nbproject
|
|
|
|
# Ignore documentation folders generated by the extension builder.
|
|
doc/
|
|
Documentation.tmpl/
|