Skip to content

Instantly share code, notes, and snippets.

@ddoomm
Last active November 7, 2023 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ddoomm/b5fd3ee0a0910bb71b435ffcd483ef0c to your computer and use it in GitHub Desktop.
Save ddoomm/b5fd3ee0a0910bb71b435ffcd483ef0c to your computer and use it in GitHub Desktop.
7Zip excluding bin, obj and node_modules directories
7z.exe a -t7z workspace.7z ./workspace -mx0 -xr!bin -xr!obj -xr!node_modules -xr!'.vs' -xr!'.vscode' -xr!'.git' -xr!'.github' -xr!'.idea' -xr!'nlog*.log'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment