create gitignore files
# creates gitignore file
$ touch .gitignore# Don't track content of these folders
node_modules/
someOtherfoler/
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.so
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
$ touch .gitignore#Linux
$ touch .gitignore
#Windows
cd c:\<your path>
notepad .gitignore
#Accept the prompt to create the file, edit the contents accordingly, save and close.cd c:\<your path>
notepad .gitignore
Accept the prompt to create the file, edit the contents accordingly, save and close.
Also in C++:
- how to install vscode on manjaro linux
- how to search in a directory files in linux
- how to execute the spring bat file from command prompt
- genrate shh key github
- how to install pycharm in linux
- how to install colorama
- wsl2 ubuntu
- git clone epitech
- powershell command lock screen
- install yacc on ubuntu
- Node Sass version 5.0.0 is incompatible with ^4.0.0.
- How to install npm in centos
- does installing zsh disable bash
- sqliteman linux
- bash provide path to same dir as executable
- docker install nano
- linux view kernel version
- how to install crome linux
- ubuntu install certbot
- for loop while loop shell functions
- git common commands
- oracle vm cannot install guest edition windows 10 enterprise
- install twilio laravel
- how to upgrade node.js