Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

create gitignore

# creates gitignore file
$ touch .gitignore
Comment

create gitignore files windows

cd c:<your path>
notepad .gitignore
Accept the prompt to create the file, edit the contents accordingly, save and close.
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 :: install solana cli 
Shell :: change git repository 
Shell :: angular full installation guide 
Shell :: git check current branch 
Shell :: how to get out of branch git 
Shell :: windows open browser from command line 
Shell :: anbox install google play store 
Shell :: docker compose install centos 8 
Shell :: socket install 
Shell :: pm2 logs log time 
Shell :: git add all files 
Shell :: how to delete files from command line 
Shell :: Impossible de trouver le paquet php-gettext 
Shell :: bash select 
Shell :: mkdir multiple directories windows 
Shell :: if statement in shell script 
Shell :: squash 3 commit 
Shell :: ver particiones montadas linux 
Shell :: create a new branch and publish gitub 
Shell :: vmd in terminal 
Shell :: powershell string with quotes 
Shell :: Managing network connections in ubuntu 
Shell :: uninstalling docker-compose 
Shell :: git remove first stash 
Shell :: remove yum repository 
Shell :: multiline comment in bash 
Shell :: xcrun: error: invalid active developer path 
Shell :: add local gitignore file 
Shell :: enable site 
Shell :: how to delay a script from running linx terminal 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =