-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
60 lines (30 loc) · 1.03 KB
/
.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
55
56
57
58
59
60
documents/.DS_Store
documents/.coverage
geonode_documents.egg-info/PKG-INFO
geonode_documents.egg-info/SOURCES.txt
geonode_documents.egg-info/not-zip-safe
geonode_documents.egg-info/dependency_links.txt
geonode_documents.egg-info/top_level.txt
.coverage
build/lib/documents/__init__.py
build/lib/documents/admin.py
build/lib/documents/fixtures/initial_data.json
build/lib/documents/models.py
build/lib/documents/templates/page_layout.html
build/lib/documents/tests.py
build/lib/documents/urls.py
build/lib/documents/views.py
dist/geonode_documents-0.1-py2.7.egg
documents/__init__.pyc
documents/models.pyc
documents/admin.pyc
documents/tests.pyc
documents/urls.pyc
nosetests.xml
documents/views.pyc
build/lib/documents/templates/documents/docinfo.html
build/lib/documents/templates/documents/document_search.html
build/lib/documents/templates/documents/document_upload.html
build/lib/documents/templates/documents/newmaptpl.html
build/lib/documents/fixtures/test_data.json
build/lib/documents/templates/documents/documents.html