This PR removes all the unwanted files checked into the repository making it easier to maintain. It removes the following directories:
.idea
target
lib
I have also created a .gitignore file which is used to ignore files and folders in a repository. The above mentioned directories are added to the file along with
.DS_Store (Mac specific)
conf/com.example.demo.controllers.LoginController.properties (This file is overwritten every time the application is run and doesn't contain any useful information)
All the dependencies are now managed using Maven. Therefore, lib and the jars inside it was no longer required.
This PR removes all the unwanted files checked into the repository making it easier to maintain. It removes the following directories:
I have also created a .gitignore file which is used to ignore files and folders in a repository. The above mentioned directories are added to the file along with
All the dependencies are now managed using Maven. Therefore, lib and the jars inside it was no longer required.