K3YOMI / Wall-of-Flippers

A simple and easy way to find Flipper Zero Devices and Bluetooth Low Energy Based Attacks
MIT License
780 stars 57 forks source link

Added .gitignore #16

Closed cyberartemio closed 9 months ago

cyberartemio commented 9 months ago

Hello, I added .gitignore file because I saw it was missing. Inside the following file are ignored:

I removed Flipper.json file because it changes once the program is running. Instead, I added a function to check for file existence at startup. If the file is not found, then the script creates it with an empty array (like it is now).

These changes prevents that someone commits files that shouldn't be committed or present inside the repository.

Let me know what you think 😊