how to generate gitignore file
echo "function gi() { curl -L -s https://www.gitignore.io/api/\$@ ;}" >> ~/.bash_profile && source ~/.bash_profile#Linux
$ touch .gitignore
#Windows
cd c:\<your path>
notepad .gitignore
#Accept the prompt to create the file, edit the contents accordingly, save and close.echo "
bin/**
lib/**
pyvenv.cfg
**.pyc
" > .gitignore
cat .gitignore
Also in C++:
- powershell do while loop
- bash how to create directories in all subdirectories
- awk first upper
- invoke-webrequest download file
- bash if user exists in a group then add
- big sur ERROR: Error installing ffi: ERROR: Failed to build gem native extension.
- curl test https
- nvm commands
- install node and npm ubuntu
- git workflow
- show git branch on terminal on mac
- git update submodule recursive
- open visual studio code from terminal ubuntu
- run vue project by npm
- how to prevent bash or zsh from interpreting special characters
- bash move a list of files
- uninitialize git
- yarn install package from github
- bash transform uppercase to lowercase
- git prune
- rror: src refspec master does not match any. error: failed to push some refs to 'https://git.heroku.com/thawing-retreat-68019.git'
- sublime text download ubuntu
- install git ubuntu
- laravel generate key