Difference between revisions of ".gitignore"
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 | + | <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
.gitignore
specifies intentionally untracked files to ignore.
git checkout master .gitignore: needs merge error: you need to resolve your current index first
Related[edit]
.git/config
.dockerignore
file.terraformignore
file.eslintignore
filegit reset --merge
- GitHub
*.env
file- GitHub default .gitignore for Terraform
- .python-version
See also[edit]
- Ignore:
.dockerignore, .helmignore, .gitignore
git
: [config | init | status ]
,git add
,git rm
,git commit
,git push, git pull
,.gitconfig
,.gitignore
,git
(clone
,fetch
,pull
),git tag
,git log
,git blame
, Merge Request, LFS,git branch
,git apply
,git rebase
,git diff
,git diff-tree
,git config --global
,remote | submodule | request-pull
,GIT_TRACE, GIT_CURL_VERBOSE
,clean
,main
,git show-ref
,git reset
,git prune
,git ls-remote origin
,git checkout
,git switch
,pathspec
,git credential-osxkeychain
,git version
,pre-commit
,git --help
, GitBook,refs/
Advertising: