swsnider / sse-catalog

DVD Cataloging and Lending/Borrowing tracking (Google AppEngine)

This URL has Read+Write access

swsnider (author)
Tue Dec 02 15:02:08 -0800 2008
commit  f44a7fca89b9280f36673fd0f21457c10018bc6a
tree    989d97090e24088496a63812499214d5ebb37b52
parent  d5230943b28a40b51cbe0b90b688afcaf6278286
sse-catalog / .eprj
100755 23 lines (22 sloc) 0.675 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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>
                <string>.gitignore</string>
                <string>*.pyc</string>
            </array>
            <key>includeDirs</key>
            <array />
            <key>includeFiles</key>
            <array />
        </dict>
    </dict>
</plist>