Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
fix: Add a .gitignore (#17) (#19)
Browse files Browse the repository at this point in the history
* fix: Add a .gitignore (#17)

* fix: Add a .gitignore (#17)

add: new line at the end
  • Loading branch information
man0s authored and jameslamb committed Aug 9, 2019
1 parent 8bbc39f commit 3b78443
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Misc files
.Rhistory
*.Rproj
**/.DS_Store

# data files
**/*.rds
**/*.rda
**/*.csv

# build artifacts
**/*.tar.gz
.Rproj.user

# Compiled vignette
inst/doc/*
Meta/*
doc/*

# aspell stuff
**/*.bak

0 comments on commit 3b78443

Please sign in to comment.