kerberos-io / agent

An open and scalable video surveillance system for anyone making this world a better and more peaceful place.
https://kerberos.io
MIT License
642 stars 78 forks source link

Minor .gitignore updates #73

Closed rpatidar closed 7 months ago

rpatidar commented 1 year ago

1) Recording directory was needed the main was failing without it 2) cleaning up some git status for main/machinery as they are created in the home dir ignoring them. 3) syntax cleanup in json file

cedricve commented 1 year ago

@rpatidar hey thanks for your work! Just curious why have added the /machinery directory to the .gitignore file.

rpatidar commented 1 year ago

@rpatidar hey thanks for your work! Just curious why have added the /machinery directory to the .gitignore file.

cedricve , this is not complete directory, a specific generated files from included to it. main and machinery

Sample output , all changes are still detected

root@3e4c0e76b977:/workspaces/agent# git status
On branch master
Your branch is up to date with 'origin/master'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)
        machinery/abc

nothing added to commit but untracked files present (use "git add" to track)
rpatidar commented 1 year ago

I have updated the commit removed the extra .gitignore and moved the changes to root directory to keep it simple.