Skip to content

Commit f0e53cb

Browse files
committed
ignore "songs/"
1 parent 06471b6 commit f0e53cb

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,5 @@ dmypy.json
129129
.pyre/
130130

131131
# End of https://www.gitignore.io/api/python
132+
133+
songs

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Many of these scripts are write-and-forget - we needed them, wrote them, ran
99
them and forgot about them. Even though the code quality is not up to most
1010
standards, they might still be useful to you. Have fun and send us fixes! ;)
1111

12+
If you want to experiment, put your files into the `songs` directory, which
13+
is ignored by git.
14+
1215
## Typical Workflows
1316

1417
All of the tools read files from your disk, do something with them and, if

0 commit comments

Comments
 (0)