-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
35 lines (27 loc) · 1.18 KB
/
.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
##############################################
# files to ignore when counting languages
##############################################
# docs/
docs/build/html/*.html linguist-vendored
docs/build/_autosummary/*.html linguist-vendored
docs/build/html/*.js linguist-vendored
docs/build/html/_static/*.js linguist-vendored
docs/build/html/_static/*.css linguist-vendored
docs/source/conf.py linguist-vendored
# database/
database/runlog/downloads/elog.html linguist-vendored
# tests/
tests/__init__.py linguist-vendored
tests/microball/*.py linguist-vendored
tests/neutron_wall/*.py linguist-vendored
tests/utilities/*.py linguist-vendored
##############################################
# files to correct the language
##############################################
database/utilities/ipyhtml_widgets/image_displayer_slider.html.mako linguist-language=HTML
database/utilities/ipyhtml_widgets/image_displayer_button.html.mako linguist-language=HTML
##############################################
# files to be encrypted by git-crypt
##############################################
database/results/test.secret filter=git-crypt diff=git-crypt
database/results/test2.secret filter=git-crypt diff=git-crypt