Skip to content

Angular

How to create .gitignore

While working on your projects, you will often find many ignore files and directories (like .env or any other local environment secrets, .vscode or any different IDE configurations, .DS_store MacOS related, .eslintrc, .csslintrc, node_modules/ and the list goes on ) that you have to add… Read More »How to create .gitignore