public
Description: e text editor
Homepage: http://e-texteditor.com
Clone URL: git://github.com/etexteditor/e.git
adamv (author)
Mon Nov 02 16:06:57 -0800 2009
commit  7fa8d8064d18a15d9da4b1289d33c7deeea1cb29
tree    1bbcc38ceda9bf5fcbd009b5c2c7e6341449a875
parent  c60c9a617164aa45efb06687b8e110d910d5d79e
e / .eprj
100644 20 lines (19 sloc) 0.551 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
    <dict>
        <key>filters</key>
        <dict>
            <key>excludeDirs</key>
            <array>
                <string>.git</string>
            </array>
            <key>excludeFiles</key>
            <array />
            <key>includeDirs</key>
            <array />
            <key>includeFiles</key>
            <array />
        </dict>
    </dict>
</plist>