Difference between revisions of ".gitignore"

From wikieduonline
Jump to navigation Jump to search
(Created page with "gitignore - Specifies intentionally untracked files to ignore == See also == * {{git}} Category:Git")
 
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
gitignore - Specifies intentionally untracked files to ignore
+
<code>.gitignore</code> specifies intentionally untracked files to ignore.
 +
* https://git-scm.com/docs/gitignore
 +
* https://github.com/github/gitignore
  
 +
[[git checkout]] master
 +
[[.gitignore]]: needs merge
 +
error: you need to resolve your current index first
 +
 +
 +
 +
== Related ==
 +
* <code>[[.git/config]]</code>
 +
* <code>[[.dockerignore]]</code> file
 +
* <code>[[.terraformignore]]</code> file
 +
* <code>[[.eslintignore]]</code> file
 +
* <code>[[git reset --merge]]</code>
 +
* [[GitHub]]
 +
* <code>[[*.env]]</code> file
 +
* [[GitHub default .gitignore for Terraform]]
 +
* [[.python-version]]
  
 
== See also ==
 
== See also ==
 +
* {{ignore}}
 
* {{git}}
 
* {{git}}
  
 
[[Category:Git]]
 
[[Category:Git]]

Latest revision as of 12:49, 19 August 2024

Advertising: