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

Remove .idea, node_modules, nbproject folders #72

Open
4 tasks
andrii-bodnar opened this issue Jun 2, 2022 · 1 comment
Open
4 tasks

Remove .idea, node_modules, nbproject folders #72

andrii-bodnar opened this issue Jun 2, 2022 · 1 comment

Comments

@andrii-bodnar
Copy link

It's not really a good practice to keep these folders in the git repository.

  • update the .gitignore
  • remove the .idea folder
  • remove the node_modules folder
  • remove the nbproject folder

About how to remove a folder from the git repository:

  • Checkout to a new branch
  • git rm -r --cached node_modules
  • Commit and push
  • Then check your repository.
@ravn
Copy link

ravn commented Jul 13, 2022

As far as I can see there is not enough maven tooling in place in the top directory to allow removing the Netbeans and IntelliJ files yet.

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