Skip to content

SixArm/gitignore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitignore file and test suite

A gitignore file specifies intentionally untracked files that Git should ignore. Files already tracked by Git are not affected; see the NOTES below for details.

Each line in a gitignore file specifies a pattern. When deciding whether to ignore a path, Git normally checks gitignore patterns from multiple sources, with the following order of precedence, from highest to lowest (within one level of precedence, the last matching pattern decides the outcome):

https://git-scm.com/docs/gitignore

This repository has our gitgnore file and testing for it.

We welcome constructive feedback, suggestions, questions, etc.

gitignore file

We use this gitignore file as a starter file for our projects:

If you want a direct link:

You may also want to look at this collection of useful .gitignore templates:

Testing

To test this, see the test directory and its script:

About

gitignore rules to make git ignore dot files, env files, artifact directories, and more

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages