CarSpaceDev / mobile_frontend

1 stars 0 forks source link

Modify gitignore settings and remove untracked files from git cache #18

Open ahdzlee opened 4 years ago

ahdzlee commented 4 years ago

There are some files and folders in our project that has local-machine specific settings and we don't want others to modify it and commit to the source. As much as possible, these need be ignored.

After adding the files and folders in gitignore you should be able to remove those untracked files from git cache to mark them officially untracked.