The Codeberg Documentation website is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
It bundles third-party font software licensed under a different license. Please look at the LICENSE file for details.
Changes to the original versions of the article as well as its individual authors can be looked up in this article's commit history
Codeberg and the Codeberg Logo are trademarks of Codeberg e.V.
You should try to keep your Git repositories small and clean of any clutter. Only the necessary files such as source files and documentation should be committed. This helps you and it also helps Codeberg, as we don't have to hold large, unnecessary files.
Sometimes additional files are created within the same directory as your source files. These might be, for example binaries.
To prevent accidentally committing those files to your repository, you can add file and directory names to a file named .gitignore
.
Files and directories that match the names in the .gitignore
file are ignored by Git. They don't show up in git status
and they can't be staged for a commit using git add
(except when using --force
).
Forgejo has gitignore templates for many languages. These are shown when creating a repository.
Hey there! 👋 Thank you for reading this article!
Is there something missing, or do you have an idea on how to improve the documentation? Do you want to write your own article?
You're invited to contribute to the Codeberg Documentation at its source code repository, for example, by adding a pull request or joining in on the discussion in the issue tracker.
For an introduction on contributing to Codeberg Documentation, please have a look at the Contributor FAQ.
© Codeberg Docs Contributors. See LICENSE