Remove duplicate requirement. #2

Merged
dsc merged 1 commits from scoobybejesus/ircradio:master into master 2 years ago
There is no content yet.
scoobybejesus added 1 commit 2 years ago
scoobybejesus added 1 commit 2 years ago
dsc reviewed 2 years ago
.gitignore Outdated
data/music/*.ogg*
__pycache__
settings.py
data/*
dsc commented 2 years ago
Owner

data/* seems to conflict with the following files that are part of the repo; data/.gitkeep, data/agents.txt, data/music/.gitkeep

`data/*` seems to conflict with the following files that are part of the repo; `data/.gitkeep`, `data/agents.txt`, `data/music/.gitkeep`
Poster

The following line (with !) would keep data/.gitkeep, but you're right that it missed data/music/.gitkeep.

The goal was to avoid untracked files that might get accidentally added with something like git add . or git add -a, but perhaps that's a superfluous goal. I reset my HEAD to the previous commit and force pushed to remove these proposed .gitignore changes.

The following line (with `!`) would keep `data/.gitkeep`, but you're right that it missed `data/music/.gitkeep`. The goal was to avoid untracked files that might get accidentally added with something like `git add .` or `git add -a`, but perhaps that's a superfluous goal. I reset my HEAD to the previous commit and force pushed to remove these proposed `.gitignore` changes.
scoobybejesus force-pushed master from 1e32426a66 to 781aebc6ad 2 years ago
dsc merged commit 8aac79cd5f into master 2 years ago
The pull request has been merged as 8aac79cd5f.
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: dsc/ircradio#2
Loading…
There is no content yet.