Un-needed directory #22

Closed
opened 2020-01-19 23:56:58 +01:00 by JesterOrNot · 3 comments
JesterOrNot commented 2020-01-19 23:56:58 +01:00 (Migrated from github.com)

Why is the target folder checked in when it is added to the .gitignore?

Why is the target folder checked in when it is added to the .gitignore?
github-actions[bot] commented 2020-01-19 23:57:41 +01:00 (Migrated from github.com)

FIXME: Message for issues

FIXME: Message for issues
Kreyren commented 2020-01-20 05:32:33 +01:00 (Migrated from github.com)

@JesterOrNot I was experimenting with methods for git to ignore pathname without git ignore, because I don't like it being in the root of the repository.

target was added during experimenting with .git/info/exclude which doesn't seem to be stored after the repository is forked or branch checked out with -b flag. (using that for experiments atm)


Note that this repository is in (what I call) init phase so all the commits will be remade once I decide on quality assurance, documentation method and automation. Also I'm not satisfied with the way the code is written so that will be refactored too.

@JesterOrNot I was experimenting with methods for git to ignore pathname without git ignore, because I don't like it being in the root of the repository. target was added during experimenting with `.git/info/exclude` which doesn't seem to be stored after the repository is forked or branch checked out with -b flag. (using that for experiments atm) --- Note that this repository is in (what I call) init phase so all the commits will be remade once I decide on quality assurance, documentation method and automation. Also I'm not satisfied with the way the code is written so that will be refactored too.
Kreyren commented 2020-02-03 07:42:12 +01:00 (Migrated from github.com)

closing as stale unless new response is provided

closing as stale unless new response is provided
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kreyren/Zernit#22