123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- #OS stuffs
- .vscode/*
- .DS_Store
- .metadata/
- #Testing Folders
- test/deviceA/*
- test/deviceB/*
- _test/
- test/
- tmp/*
- files/users*
- __debug_bin
- experimentals/*
- updates/*
- vendor-res/*
- #Database related
- *.db
- system/db/*
- *.db.lock
- system/ao.db.lock
- *aofs.db.lock
- ./web/aofs.db
- system/auth/authlog.db
- fsdb/*
- system/logs/*
- #Setting related
- system/network/wifi/ap/*
- system/storage.json
- system/dev.uuid
- system/smtp_conf.json
- system/storage.json
- system/bridge.json
- system/storage/*.json
- system/cron.json
- system/neuralnet/predictions.jpg
- #Logs related
- system/aecron/*.log
- #Webapp related
- web/teleprompter/*
- #Subservice related
- subservice/*
- !subservice/ArSamba
- !subservice/ArSamba/*
- !subservice/demo
- !subservice/demo/*
- !subservice/WsTTY/
- !subservice/WsTTY/*
- #Binary related
- build/*
- dist/*
- aroz_online.exe
- aroz_online
- arozos.exe
- */arozos.exe
- arozos_*_*
- arozos
- upx.exe
- #Script related
- start.sh.backup
- *.backup
- system/bridge.json
- launcher.exe
- web.tar.gz
- __debug_bin.exe
|