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
I'm trying to obfuscate a repo of files, that includes .gitignore files and others, which results in SyntaxError: invalid syntax when the obfuscating script tries to compile them.
Is there a good way to work around this or should I build a new repo/directory only with the files that will actually run and need obfuscation?
Thanks!
This discussion was converted from issue #1049 on April 11, 2023 23:49.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to obfuscate a repo of files, that includes .gitignore files and others, which results in
SyntaxError: invalid syntaxwhen the obfuscating script tries to compile them.Is there a good way to work around this or should I build a new repo/directory only with the files that will actually run and need obfuscation?
Thanks!
All reactions