Skip to content

Commit

Permalink
make a .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassandra Watergate committed Dec 1, 2022
1 parent 982ceaa commit b966043
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
backgrounds/bigsur-color-d.jpg
backgrounds/bigsur-color-l.jpg
backgrounds/bigsur-d.jpg
backgrounds/bigsur-l.jpg
backgrounds/catalina-d.jpg
backgrounds/catalina-l.jpg
backgrounds/mojave-d.jpg
backgrounds/mojave-l.jpg
backgrounds/monterey-d.jpg
backgrounds/monterey-l.jpg
4 changes: 0 additions & 4 deletions download-backgrounds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,3 @@ for url in "${!downloads[@]}"; do
fi
do_dl "${url}" "${filename}"
done

cd "$(dirname "${0}")"/backgrounds
sha256sum -c images.sha256
cd ..

0 comments on commit b966043

Please sign in to comment.