We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi , after using npm install , this repo has so many untracked file in node_modules.
npm install
node_modules
➜ aladin-lite git:(develop) ✗ git ls-files --others --exclude-standard | wc -l 3285
I think it's necessary to add a .gitignore file this repo.
.gitignore
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi , after using
npm install
, this repo has so many untracked file innode_modules
.➜ aladin-lite git:(develop) ✗ git ls-files --others --exclude-standard | wc -l 3285
I think it's necessary to add a
.gitignore
file this repo.The text was updated successfully, but these errors were encountered: