forked from plantbreeding/BrAPI-Manuscript2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (34 loc) · 614 Bytes
/
.gitignore
File metadata and controls
47 lines (34 loc) · 614 Bytes
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
# Generated manuscript output files
output/*
!output/README.md
webpage/v
# When PDF building fails, a temporary symlink named images in the root
# directory is not removed.
/images
# Manubot cache directory
ci/cache
# Pandoc filters downloaded during continuous integration setup
build/pandoc/filters/spellcheck.lua
# Python
__pycache__/
*.pyc
# Jupyter Notebook
.ipynb_checkpoints
# Misc temporary files
*.bak
# System specific files
## Linux
*~
.Trash-*
## macOS
.DS_Store
._*
.Trashes
## Windows
Thumbs.db
[Dd]esktop.ini
## Text Editors
.vscode
.markdownlint.json
external_contributions/
/.project