-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (40 loc) · 711 Bytes
/
Copy path.gitignore
File metadata and controls
46 lines (40 loc) · 711 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
# Node rules:
## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
## Dependency directory
## Commenting this out is preferred by most, see
## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git
node_modules
# Book build output
_book/
_bookdown_files/
_main.Rmd
_main.tex
_main.rds
_main_cache/
_main_files/
index_files/
# Ignore LaTeX and knitr temp files
*.aux
*.log
*.out
*.toc
*.lof
*.lot
*.fls
*.fdb_latexmk
*.synctex.gz
*.bbl
*.blg
# Ignore local preview files
*.DS_Store
# extra from rstudio/bookdown-demo
.Rhistory
.RData
.Rproj.user/
# Allow output files in docs/
!docs/
!docs/*.html
!docs/*.pdf
!docs/*.epub
!docs/_main_files/