|
| 1 | +# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig |
| 2 | +# Created by https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,r,macos,linux |
| 3 | +# Edit at https://www.toptal.com/developers/gitignore?templates=windows,visualstudiocode,r,macos,linux |
| 4 | + |
| 5 | +### Linux ### |
| 6 | +*~ |
| 7 | + |
| 8 | +# temporary files which can be created if a process still has a handle open of a deleted file |
| 9 | +.fuse_hidden* |
| 10 | + |
| 11 | +# KDE directory preferences |
| 12 | +.directory |
| 13 | + |
| 14 | +# Linux trash folder which might appear on any partition or disk |
| 15 | +.Trash-* |
| 16 | + |
| 17 | +# .nfs files are created when an open file is removed but is still being accessed |
| 18 | +.nfs* |
| 19 | + |
| 20 | +### macOS ### |
| 21 | +# General |
| 22 | +.DS_Store |
| 23 | +.AppleDouble |
| 24 | +.LSOverride |
| 25 | + |
| 26 | +# Icon must end with two \r |
| 27 | +Icon |
| 28 | + |
| 29 | + |
| 30 | +# Thumbnails |
| 31 | +._* |
| 32 | + |
| 33 | +# Files that might appear in the root of a volume |
| 34 | +.DocumentRevisions-V100 |
| 35 | +.fseventsd |
| 36 | +.Spotlight-V100 |
| 37 | +.TemporaryItems |
| 38 | +.Trashes |
| 39 | +.VolumeIcon.icns |
| 40 | +.com.apple.timemachine.donotpresent |
| 41 | + |
| 42 | +# Directories potentially created on remote AFP share |
| 43 | +.AppleDB |
| 44 | +.AppleDesktop |
| 45 | +Network Trash Folder |
| 46 | +Temporary Items |
| 47 | +.apdisk |
| 48 | + |
| 49 | +### macOS Patch ### |
| 50 | +# iCloud generated files |
| 51 | +*.icloud |
1 | 52 |
|
2 |
| -# Created by https://www.toptal.com/developers/gitignore/api/r |
3 |
| -# Edit at https://www.toptal.com/developers/gitignore?templates=r |
4 | 53 | ### R ###
|
5 | 54 | # History files
|
6 | 55 | .Rhistory
|
7 | 56 | .Rapp.history
|
| 57 | + |
8 | 58 | # Session Data files
|
9 | 59 | .RData
|
| 60 | +.RDataTmp |
| 61 | + |
10 | 62 | # User-specific files
|
11 | 63 | .Ruserdata
|
| 64 | + |
12 | 65 | # Example code in package build process
|
13 | 66 | *-Ex.R
|
| 67 | + |
14 | 68 | # Output files from R CMD build
|
15 | 69 | /*.tar.gz
|
| 70 | + |
16 | 71 | # Output files from R CMD check
|
17 | 72 | /*.Rcheck/
|
| 73 | + |
18 | 74 | # RStudio files
|
19 | 75 | .Rproj.user/
|
| 76 | + |
20 | 77 | # produced vignettes
|
21 | 78 | vignettes/*.html
|
22 | 79 | vignettes/*.pdf
|
| 80 | + |
23 | 81 | # OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
|
24 | 82 | .httr-oauth
|
| 83 | + |
25 | 84 | # knitr and R markdown default cache directories
|
26 | 85 | *_cache/
|
27 | 86 | /cache/
|
| 87 | + |
28 | 88 | # Temporary files created by R markdown
|
29 | 89 | *.utf8.md
|
30 | 90 | *.knit.md
|
| 91 | + |
31 | 92 | # R Environment Variables
|
32 | 93 | .Renviron
|
| 94 | + |
| 95 | +# pkgdown site |
| 96 | +docs/ |
| 97 | + |
| 98 | +# translation temp files |
| 99 | +po/*~ |
| 100 | + |
| 101 | +# RStudio Connect folder |
| 102 | +rsconnect/ |
| 103 | + |
33 | 104 | ### R.Bookdown Stack ###
|
34 | 105 | # R package: bookdown caching files
|
35 | 106 | /*_files/
|
36 |
| -# End of https://www.toptal.com/developers/gitignore/api/r |
37 |
| -docs/ |
38 |
| -# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode |
39 |
| -# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode |
| 107 | + |
40 | 108 | ### VisualStudioCode ###
|
41 | 109 | .vscode/*
|
42 | 110 | !.vscode/settings.json
|
43 | 111 | !.vscode/tasks.json
|
44 | 112 | !.vscode/launch.json
|
45 | 113 | !.vscode/extensions.json
|
46 |
| -*.code-workspace |
| 114 | +!.vscode/*.code-snippets |
| 115 | + |
| 116 | +# Local History for Visual Studio Code |
| 117 | +.history/ |
| 118 | + |
| 119 | +# Built Visual Studio Code Extensions |
| 120 | +*.vsix |
| 121 | + |
47 | 122 | ### VisualStudioCode Patch ###
|
48 | 123 | # Ignore all local history of files
|
49 | 124 | .history
|
50 |
| -# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode |
51 |
| -# Created by https://www.toptal.com/developers/gitignore/api/macos |
52 |
| -# Edit at https://www.toptal.com/developers/gitignore?templates=macos |
53 |
| -### macOS ### |
54 |
| -# General |
55 |
| -.DS_Store |
56 |
| -.AppleDouble |
57 |
| -.LSOverride |
58 |
| -# Icon must end with two \r |
59 |
| -Icon |
60 |
| -# Thumbnails |
61 |
| -._* |
62 |
| -# Files that might appear in the root of a volume |
63 |
| -.DocumentRevisions-V100 |
64 |
| -.fseventsd |
65 |
| -.Spotlight-V100 |
66 |
| -.TemporaryItems |
67 |
| -.Trashes |
68 |
| -.VolumeIcon.icns |
69 |
| -.com.apple.timemachine.donotpresent |
70 |
| -# Directories potentially created on remote AFP share |
71 |
| -.AppleDB |
72 |
| -.AppleDesktop |
73 |
| -Network Trash Folder |
74 |
| -Temporary Items |
75 |
| -.apdisk |
76 |
| -# End of https://www.toptal.com/developers/gitignore/api/macos |
77 |
| -# Created by https://www.toptal.com/developers/gitignore/api/windows |
78 |
| -# Edit at https://www.toptal.com/developers/gitignore?templates=windows |
| 125 | +.ionide |
| 126 | + |
79 | 127 | ### Windows ###
|
80 | 128 | # Windows thumbnail cache files
|
81 | 129 | Thumbs.db
|
82 | 130 | Thumbs.db:encryptable
|
83 | 131 | ehthumbs.db
|
84 | 132 | ehthumbs_vista.db
|
| 133 | + |
85 | 134 | # Dump file
|
86 | 135 | *.stackdump
|
| 136 | + |
87 | 137 | # Folder config file
|
88 | 138 | [Dd]esktop.ini
|
| 139 | + |
89 | 140 | # Recycle Bin used on file shares
|
90 | 141 | $RECYCLE.BIN/
|
| 142 | + |
91 | 143 | # Windows Installer files
|
92 | 144 | *.cab
|
93 | 145 | *.msi
|
94 | 146 | *.msix
|
95 | 147 | *.msm
|
96 | 148 | *.msp
|
| 149 | + |
97 | 150 | # Windows shortcuts
|
98 | 151 | *.lnk
|
99 |
| -# End of https://www.toptal.com/developers/gitignore/api/windows |
100 |
| -CRAN-RELEASE |
| 152 | + |
| 153 | +# End of https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,r,macos,linux |
| 154 | + |
| 155 | +# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option) |
| 156 | + |
| 157 | +# R |
| 158 | +.Rprofile |
101 | 159 | README.html
|
| 160 | +src/*.o |
| 161 | +src/*.so |
| 162 | +src/*.dll |
| 163 | + |
| 164 | +# CRAN |
| 165 | +cran-comments.md |
| 166 | +CRAN-RELEASE |
102 | 167 | CRAN-SUBMISSION
|
| 168 | + |
| 169 | +# pkgdown |
| 170 | +docs/ |
| 171 | + |
| 172 | +# renv |
| 173 | +renv/ |
| 174 | +renv.lock |
| 175 | + |
| 176 | +# vscode |
| 177 | +.vscode |
| 178 | + |
| 179 | +# revdep |
| 180 | +revdep/ |
| 181 | + |
| 182 | +# misc |
| 183 | +Meta/ |
| 184 | +attic/ |
| 185 | +inst/docd |
0 commit comments