-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from CDCgov/issue32
Issue 32: First remove Manifest.toml and gitignore
- Loading branch information
Showing
3 changed files
with
45 additions
and
1,487 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
##### | ||
# Exclude many data and output file types by default | ||
|
||
# Julia | ||
**/Manifest.toml | ||
|
||
# Data | ||
*.csv | ||
*.tsv | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Julia | ||
# File generated by Pkg, the package manager, based on a corresponding | ||
# Project.toml It records a fixed state of all packages used by the project. As | ||
# such, it should not be committed for packages, but should be committed for | ||
# applications that require a static environment. | ||
**/Manifest.toml | ||
docs | ||
|
||
# Data | ||
*.csv | ||
*.tsv | ||
*.parquet | ||
*.dat | ||
*.bin | ||
*.xls | ||
*.xlsx | ||
|
||
# Documents | ||
*.doc | ||
*.docx | ||
*.htm | ||
*.html | ||
*.ppt | ||
*.pptx | ||
|
||
# Images | ||
*.bmp | ||
*.jpg | ||
*.jpeg | ||
*.gif | ||
*.png | ||
|
||
# Compressed archives | ||
*.gz | ||
*.tar | ||
*.tgz | ||
*.rar | ||
*.zip | ||
|
||
.DS_Store |
Oops, something went wrong.