-
Notifications
You must be signed in to change notification settings - Fork 1k
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
_gitignore should be .gitignore #2412
Comments
@Rolanddoda Thanks for the report:
When you observe this issue, how exactly do you create the project? |
@jrvidal sorry for not providing a clear description on how to create a new project. What I did, was simply clicking to Vite -> vue |
This is a bug indeed, thanks for the report. |
1 task
This issue is now resolved in our new VS Code editor! Additional details around our new git functionality in Github issue #2473. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I created a new Vite Vue 3 project. Without changing anything, I downloaded the project, unzipped it, and opened it in my IDE.
I ran git init and then I saw that folders and files are not gitignored.
And that was because the file name has an underscore instead of a dot.
Link to the blitz that caused the error
https://stackblitz.com/edit/vitejs-vite-laxgwz?file=index.html&terminal=dev
Steps to reproduce
_gitignore
instead of.gitignore
Expected behavior
gitignore file name should be
.gitignore
.Parity with Local
Screenshots
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: