If you want to remove a file from git history, look for git-filter-repo
. It is fast, and easy.
However, if you need to keep that file/folder version history in somewhere remove it from git. You can use this script.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"additional_data": { | |
"elevation": "/custom_files/elevation_data" | |
}, | |
"httpd": { | |
"service": { | |
"drain_seconds": 28, | |
"interrupt": "ipc:///tmp/interrupt", | |
"listen": "tcp://*:8002", | |
"loopback": "ipc:///tmp/loopback", |