.gitignore
Shell
$ echo debug.log >> .gitignore
$ git rm --cached debug.log
rm 'debug.log'
$ git commit -m "Start ignoring debug.log"
In Terminal, navigate to the location of your Git repository.
Enter touch .gitignore to create a .gitignore file.node_modules
.DS_Store
.envecho "
bin/**
lib/**
pyvenv.cfg
**.pyc
" > .gitignore
cat .gitignoreYou can ignore entire directories, just by including their paths and putting a / on the end:
1
2
node_modules/
logs/
Also in Shell:
- Title
- seeing all the installed apps i terminal
- Category
- Shell
- Title
- haproxy in centos 7
- Category
- Shell
- Title
- bash linux scripting laguage
- Category
- Shell
- Title
- install packages from jupyter notebook
- Category
- Shell
- Title
- git add
- Category
- Shell
- Title
- bash echo to stderr
- Category
- Shell
- Title
- local-gen install
- Category
- Shell
- Title
- git delete repository command line
- Category
- Shell
- Title
- codepush get keys
- Category
- Shell
- Title
- android_home ubuntu
- Category
- Shell
- Title
- fish shell script parent directory multiple dots
- Category
- Shell
- Title
- linux create file
- Category
- Shell
- Title
- randomly choose n rows from a file linux
- Category
- Shell
- Title
- disable open file explorer erverytime i connect usb ubuntu
- Category
- Shell
- Title
- git clean
- Category
- Shell
- Title
- ubuntu stop process on port
- Category
- Shell
- Title
- git log one line
- Category
- Shell
- Title
- ubuntu install bluez
- Category
- Shell
- Title
- install jupyter notebook
- Category
- Shell
- Title
- laravel lumen
- Category
- Shell
- Title
- assign default value in shell script
- Category
- Shell
- Title
- git second commit
- Category
- Shell
- Title
- docker build
- Category
- Shell
- Title
- how to upgrade package yarn global
- Category
- Shell
- Title
- install homebrew on mac
- Category
- Shell
- Title
- edit files from terminal linux
- Category
- Shell
- Title
- fcm post example curl
- Category
- Shell
- Title
- zip current directory mac command line
- Category
- Shell
- Title
- setup mysql ubuntu
- Category
- Shell
- Title
- inicializar as credenciais no git
- Category
- Shell
- Title
- git fklow init
- Category
- Shell
- Title
- combine strings bash
- Category
- Shell
- Title
- linux command to check memory usage in percentage
- Category
- Shell
- Title
- how to tar linux
- Category
- Shell
- Title
- powershell search array
- Category
- Shell
- Title
- docker remove image
- Category
- Shell
- Title
- mysql backup dump docker file
- Category
- Shell
- Title
- unzip gz file linux
- Category
- Shell
- Title
- laravel make migration
- Category
- Shell
- Title
- bash append file
- Category
- Shell
- Title
- git bash upstream branch change
- Category
- Shell
- Title
- add known host github
- Category
- Shell
- Title
- install makecert windows 10
- Category
- Shell
- Title
- how to save environment variables ubuntu
- Category
- Shell
- Title
- intel pinning threads
- Category
- Shell
- Title
- how to install dataloader
- Category
- Shell
- Title
- unir arquivos linux
- Category
- Shell
- Title
- powershell set environment variable
- Category
- Shell
- Title
- bash ls exclude substring
- Category
- Shell
- Title
- create next js app
- Category
- Shell
- Title
- how to install vue in laravel
- Category
- Shell
- Title
- list user groups linux
- Category
- Shell
- Title
- build file.go ubuntu
- Category
- Shell
- Title
- debian install vim
- Category
- Shell
- Title
- grep and
- Category
- Shell
- Title
- loop bash
- Category
- Shell
- Title
- how to create folder in github
- Category
- Shell
- Title
- check git version
- Category
- Shell
- Title
- comment in shell script
- Category
- Shell
- Title
- How to delete docker images from docker hub using a shell script serverfault
- Category
- Shell
- Title
- screen recorder linux
- Category
- Shell
- Title
- how to get git username and password
- Category
- Shell
- Title
- flasky fake
- Category
- Shell
- Title
- how to check installed apps in ubuntu
- Category
- Shell
- Title
- find and replace in all files in directory centos
- Category
- Shell
- Title
- npm install express-handlebars
- Category
- Shell
- Title
- lvm resize ext4
- Category
- Shell
- Title
- sudoers nopasswd
- Category
- Shell
- Title
- how to revert commit in git
- Category
- Shell
- Title
- what is git rebase
- Category
- Shell
- Title
- package 'mana-toolkit' has no installation candidate
- Category
- Shell
- Title
- install gatsby typography
- Category
- Shell
- Title
- install google client api individually
- Category
- Shell
- Title
- oh my zsh
- Category
- Shell
- Title
- ubuntu remove directory
- Category
- Shell
- Title
- git clean all submodules on branch switch
- Category
- Shell
- Title
- bash edit prompt display appearance
- Category
- Shell
- Title
- join linux to ad domain
- Category
- Shell
- Title
- django secrets
- Category
- Shell
- Title
- force git to use ssh
- Category
- Shell
- Title
- how to create a branch in git
- Category
- Shell
- Title
- linux replace string in all files
- Category
- Shell
- Title
- r package DESCRIPTION multiple lines description
- Category
- Shell
- Title
- ubuntu camera not longer found
- Category
- Shell
- Title
- how to install gatsby with typescript
- Category
- Shell
- Title
- start a local SMTP debugging server in linux
- Category
- Shell
- Title
- minikube without sudo
- Category
- Shell
- Title
- bash script loop
- Category
- Shell
- Title
- git amend
- Category
- Shell
- Title
- git create tag and push
- Category
- Shell
- Title
- mac anydesk start at login
- Category
- Shell
- Title
- make diff git as commit
- Category
- Shell
- Title
- git flow init
- Category
- Shell
- Title
- cmd add to path
- Category
- Shell
- Title
- turn of raspberry
- Category
- Shell
- Title
- ubuntu virtualbox 1920x1080
- Category
- Shell
- Title
- install git
- Category
- Shell
- Title
- how to update local repo when i make changes to github remote repo
- Category
- Shell
- Title
- linux memory cache clear
- Category
- Shell
- Title
- how to copy ssh key
- Category
- Shell