Skip to content

Instantly share code, notes, and snippets.

@HViktorTsoi
Created July 3, 2021 09:06
Show Gist options
  • Save HViktorTsoi/272f3c0b00135e1ad7d90abd2889b1f2 to your computer and use it in GitHub Desktop.
Save HViktorTsoi/272f3c0b00135e1ad7d90abd2889b1f2 to your computer and use it in GitHub Desktop.
Create gitignore immediately.
touch .gitignore && echo '.idea\ncmake-build-debug\n.vscode' > .gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment