You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[x] Implement multithread scanning for improved performance
@@ -257,3 +257,15 @@ Contributions are welcome! Please feel free to submit a Pull Request.
257
257
3. Commit your changes (`git commit -m 'Add some amazing feature'`)
258
258
4. Push to the branch (`git push origin feature/amazing-feature`)
259
259
5. Open a Pull Request
260
+
261
+
## Disclaimer
262
+
263
+
**USE AT YOUR OWN RISK**: This tool modifies your file system by deleting files and directories. While it's designed to be safe, I am not responsible for any data loss or damage that may occur from using this software.
264
+
265
+
- Always review the files marked for deletion before confirming
266
+
- Consider backing up important projects before running this tool
267
+
- Test on non-critical directories first
268
+
- No warranty is provided, express or implied
269
+
- By using this tool, you acknowledge and accept these risks
270
+
271
+
Remember that node_modules can sometimes contain modified files or custom patches that might be critical to your project.
0 commit comments