-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
35 lines (30 loc) · 964 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
28
29
30
31
32
33
34
35
## NOTES
#
# Author: Sugato Ray (https://github.com/sugatoray/genespeak)
#
# Use this file to control what is added to the
# git-archives while making github releases.
# Note:
# - Add "export-ignore" after the file(s)/folders
# that should not to be part of the release(s).
# Source:
# - https://stackoverflow.com/questions/50059612/how-to-ignore-some-files-in-release-with-git
# - https://git-scm.com/docs/git-archive#git-archive-export-ignore
# - https://git-scm.com/docs/gitattributes#_creating_an_archive
#
##------------------------------------------------------------------
tests export-ignore
docs export-ignore
notebooks export-ignore
conda-recipe export-ignore
.archives export-ignore
.streamlit export-ignore
apps export-ignore
.github export-ignore
.flake8 export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.pre-commit-config.yaml export-ignore
Makefile export-ignore
mkdocs export-ignore
sonar-project.properties export-ignore