forked from gramps-project/addons-source
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
111 lines (107 loc) · 2.42 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# Python
*.py[cod]
__pycache__
# Editing
*~
tags
.idea
# Distutils
AllNamesQuickview/locale/
AncestorFill/locale/
AssociationsTool/locale/
AttachSourceTool/locale/
BirthdaysGramplet/locale/
BirthOrder/locale/
CalculateEstimatedDates/locale/
Census/locale/
ChangeGivenNames/locale/
CliMerge/locale/
ClipboardGramplet/locale/
ClockGramplet/locale/
D3Charts/locale/
DataEntryGramplet/locale/
DateCalculator/locale/
DeepConnectionsGramplet/locale/
DenominoViso/locale/
DescendantBooks/locale/
DescendantCount/locale/
DescendantsLines/locale/
DEWebConnectPack/locale/
Differences/locale/
Django/locale/
DownloadMedia/locale/
DynamicWeb/locale/
EditExifMetadata/locale/
ExportProlog/locale/
ExportRaw/locale/
ExtendedAttributes/locale/
ExtractCity/locale/
FaceDetection/locale/
FamilySheet/locale/
FamilyTree/locale/
Form/locale/
FRWebConnectPack/locale/
GedcomExtensions/locale/
GetGOV/locale/
GenealogyTree/locale/
GoogleEarthWriteKML/locale/
GraphView/locale/
HeadlineNewsGramplet/locale/
HtmlView/locale/
HtreePedigreeView/locale/
ImportGramplet/locale/
ImportMerge/locale/
JSON/locale/
LastChange/locale/
libaccess/locale/
libwebconnect/locale/
LinesOfDescendency/locale/
ListeEclair/locale/
lxml/locale/
MediaBrowser/locale/
MediaVerify/locale/
MongoDB/locale/
NetworkChart/locale/
NoteCleanup/locale/
NoteGramplet/locale/
NumberOfDescendantsQuickview/locale/
Participants/locale/
PedigreeChart/locale/
PersonEverything/locale/
PhotoTaggingGramplet/locale/
PhpGedView/locale/
PlaceCompletion/locale/
PluginManager/locale/
PostgreSQL/locale/
PrerequisitesCheckerGramplet/locale/
PythonGramplet/locale/
Query/locale/
QuiltView/locale/
RebuildTypes/locale/
RelatedRelativesGramplet/locale/
RelID/locale/
RepositoriesReport/locale/
SetAttributeTool/locale/
SourceIndex/locale/
SourceReferences/locale/
SourcesCitationsReport/locale/
Sqlite/locale/
SurnameMappingGramplet/locale/
ThumbnailGenerator/locale/
TimelinePedigreeView/locale/
TimelineQuickview/locale/
TMGimporter/locale/
ToDoReport/locale/
UKWebConnectPack/locale/
USWebConnectPack/locale/
WordleGramplet/locale/
# Testing
libwebconnect.ini
# DynamicWeb
DynamicWeb/reports/
DynamicWeb/templates/*/data/bootstrap/dist/css/*.map
DynamicWeb/templates/*/data/bootstrap/dist/css/bootstrap.css
DynamicWeb/templates/*/data/bootstrap/dist/css/bootstrap-theme.css
DynamicWeb/templates/*/data/bootstrap/dist/js/bootstrap.js
DynamicWeb/templates/*/data/bootstrap/dist/js/npm.js
DynamicWeb/templates/*/data/bootstrap/node_modules