mirror of
https://github.com/nspcc-dev/neofs-dev-env.git
synced 2026-03-01 04:29:00 +00:00
why some files are hidden? #37
Labels
No labels
I2
I3
I4
S2
S3
S4
U0
U2
U3
U4
bug
discussion
documentation
enhancement
feature
good first issue
good first issue
help wanted
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-dev-env#37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @532910 on GitHub (Apr 6, 2022).
.dockerignore,.gitignore,.git,.editorconfigare hidden, but they are not a part of this project, just a helpers for git and others.And the question is: why
.env,.servicesand.basic_servicesstart with dot?@alexvanin commented on GitHub (Apr 14, 2022):
¯\(ツ)/¯
I don't think there is a particular reason for that. Moreover other dotenv files such as
service/ir/.ir.envandservice/storage/.storage.envare also hidden.Are there any issues with it, though?
@532910 commented on GitHub (Apr 14, 2022):
service/ir/.ir.envandservice/storage/.storage.envalso should be unhidden@alexvanin commented on GitHub (Apr 14, 2022):
I don't mind having those files unhidden. Should not affect developer's workflow, however it might require some changes in integration tests. @aprasolova can you check that?
@aprasolova commented on GitHub (Apr 14, 2022):
In integration tests, we only use .int_test.env. It's trivial to support the "unhiding" of the files.
@EliChin
@roman-khimov commented on GitHub (Dec 28, 2024):
I think this property will make it easier to reintegrate dev-env into the main node repository. WONTFIX here.