Skip to content

Commit a7a054e

Browse files
author
Joonas Miettinen
committed
chores: ignore project files
1 parent a7cf369 commit a7a054e

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.Rbuildignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
^.*\.Rproj$
22
^\.Rproj\.user$
33
^LICENSE\.md$
4-
^appveyor\.yml$
4+
^\.travis\.yml$
5+
^data-raw$
6+
^generate_functions\.R$
7+
^.github$
8+
^man-roxygen$
9+
^\.github$
10+
^dev$
11+
^.*\.code-workspace$

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
.Rhistory
33
.RData
44
.Ruserdata
5+
*.code-workspace
6+
*.Rproj

0 commit comments

Comments
 (0)