Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

create gitignore

# creates gitignore file
$ touch .gitignore
Comment

create gitignore

# Automatically create .gitignore file for a project. Copy in your .gitignore file
https://www.toptal.com/developers/gitignore
Comment

create gitignore files

#Linux
$ touch .gitignore

#Windows
cd c:<your path>
notepad .gitignore
#Accept the prompt to create the file, edit the contents accordingly, save and close.
Comment

create .gitignore

point your browser to 

gitignore.io 

and select all the tools and technologies you are using. 
You will automatically have a generated .gitignore file.
Comment

how to generate a .gitignore

echo "function gi() { curl -L -s https://www.gitignore.io/api/$@ ;}" >> ~/.bash_profile && source ~/.bash_profile
Comment

how to make .gitignore

# Open git bash in the directory you wanna create .gitignore
# run command:
$ touch .gitignore
# there you go
Comment

PREVIOUS NEXT
Code Example
Shell :: how to set up git user 
Shell :: gem install rails version 
Shell :: push with token github 
Shell :: bash tokens in variable 
Shell :: How to Change Your MySQL/phpmyadmin Password in XAMPP 
Shell :: npm install capacitor to existing angular project 
Shell :: insert a line at a line number sed 
Shell :: how to install choclatey using command prompt 
Shell :: chmod 777 command in linux 
Shell :: install steam on ubuntu 
Shell :: @material-ui/icons 
Shell :: turn off monitor commend linux 
Shell :: install node_modules 
Shell :: install neovim mac 
Shell :: no wifi adapter found ubuntu 18.04 
Shell :: laravel 4 installer 
Shell :: linux ping a port 
Shell :: active ssh users in ubuntu 
Shell :: git reset initial commit 
Shell :: linux script as background process 
Shell :: bash: conda: command not found 
Shell :: command not found 
Shell :: Problem binding to port 80: Could not bind to IPv4 or IPv6. 
Shell :: permission denied /dev/ttyusb0 
Shell :: install mpdf laravel 
Shell :: expo init 
Shell :: nuxt new project npm 
Shell :: stacer download ubuntu 
Shell :: batch escape character 
Shell :: sudo windows 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =