forked from leo-editor/leo-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
27 lines (20 loc) · 918 Bytes
/
.gitattributes
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
# .gitattributes file for Leo distribution
# Commit this file after changing it!
.gitattributes export-ignore
.gitignore export-ignore
nsi.log.txt export-ignore
git-manifest.txt export-ignore
MakeFile export-ignore
MANIFEST.in export-ignore
leoStandAloneGlobals.py export-ignore
stand_alone_globals.leo export-ignore
# setup.cfg export-ignore
# setup.py export-ignore
# Do not include the top-level docs folder in distributions
docs/ export-ignore
docs/* export-ignore
# Do not include various local files.
leo/core/leoPy.leo export-ignore
leo/core/ekrLeoPy.leo export-ignore
leo/test/unittest/.leo_shadow/ export-ignore
leo/core/commit_timestamp.json merge=ours