Your IDE like VSCode or Phpstorm IDEA Jetbrains should support seach by regex, you can use something like (/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*+/|[ \t](?!:)*//(?! -).*) and replace with empty string
Tips and tricks
multiple apt repos the list of apt sources is rather short and secure. If you want to install phpmyadmin or autossh or number of other packages which are not supported in main sources list, you should adjust the sources list. If you want to learn about cybersecurity we suggest you to visit this website sapphire.net

Waiting to enter the Stake network on elrond can be confusing. Here you will find on which rank you are to access the staking I have not found out yet how much positions does the list move per week, but I will update this post

your favorite editor should support regex find and replace enter in find enter in replace
You will have to edit the template accessible from the MAMP PRO > File > Edit Template > Nginx you should add location /wp { index index.php; try_files $uri $uri/ /wp/index.php?$args; } under the server which interests you you can also place it under your location/ for multiple installations location / { try_files $uri $uri/

zip a directory without .git and node_modules you can type this in Terminal cd TARGET_PATH/ zip -r dzs-wootable.zip ./dzs-wootable -x "**/node_modules/*" "*.git*"