Skip to content

toth3max/gitignore-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

gitignore bash script

Bash script that downloads gitignore files from github gitignore repo and save it in the local directory as .gitignore.

Usage:

$ gitignore Python

Pascal case is used for the language names in the repo so provide the language name with pascal case when invoking the script.

Android
C++
C
Go
Node
Unity
UnrealEngine

Will not overwrite an existing gitignore file, just warn and exit.

Example installation on macOS

Make the script executable:

$ chmod +x gitignore.sh

Move the script to bin and rename it to gitignore:

$ sudo mv gitignore.sh /usr/local/bin/gitignore

About

Bash script that downloads gitignore files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages