Skip to content

Commit

Permalink
Git-ignore contents of data/
Browse files Browse the repository at this point in the history
Files that are downloaded using the scripts should not be uploaded to
Github. They are downloaded at build-time with Travis
  • Loading branch information
StefanBrand committed May 19, 2019
1 parent 6dfb8ac commit 2f9e8d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,3 +1,3 @@
_site/
.sass-cache/
.jekyll-metadata
.jekyll-metadata
2 changes: 0 additions & 2 deletions .travis.yml
@@ -1,6 +1,4 @@
language: python
before_script:
- mkdir data
script:
- python scripts/fetch-angels.py
- python scripts/fetch-events.py
Expand Down
4 changes: 4 additions & 0 deletions data/.gitignore
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

0 comments on commit 2f9e8d1

Please sign in to comment.