Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add '.gitignore' to new projects #29

Open
fraya opened this issue Apr 30, 2024 · 1 comment
Open

Add '.gitignore' to new projects #29

fraya opened this issue Apr 30, 2024 · 1 comment

Comments

@fraya
Copy link
Member

fraya commented Apr 30, 2024

When a new library or application is created, create a '.gitignore' configured for the OpenDylan language.

@cgay
Copy link
Member

cgay commented Apr 30, 2024

In general I don't want deft to depend on a specific version control system; it should work equally well with Mercurial, Git, Perforce, etc. (The fact that it currently downloads packages via Git is an implementation detail, used for expediency, that I expect to remove at some point.)

That said, I think this is fine, and we can add a flag later to decide whether to generate .gitignore, .hgignore, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants