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 :: git transfer changes to another branch 
Shell :: how to create flutter project in terminal 
Shell :: npm install nodemailer 
Shell :: docker alpine create user and group 
Shell :: cocoapods not installed 
Shell :: xclip does not work 
Shell :: download torrent in linux terminal 
Shell :: look word in files command 
Shell :: ifconfig not foound 
Shell :: upgrading ionic 5 
Shell :: git error:Administrator@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 
Shell :: create gitignore files windows 
Shell :: What should you run to modify your last commit? 
Shell :: bash return every nth line 
Shell :: see dhcp leases linux 
Shell :: insta hack 
Shell :: npm ignore scripts 
Shell :: install curl 
Shell :: how to add application to unity launcher 
Shell :: s3cmd install 
Shell :: echo or cat into multiple files 
Shell :: git worktree remove 
Shell :: ubuntu get external ip 
Shell :: the digital freelance company 
Shell :: how to install ansible in centos 
Shell :: remove git proxy local 
Shell :: remove first word of pipe output 
Shell :: substring frequency 
Shell :: freebsd add user 
Shell :: az login acr -n 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =