Skip to content

Commit

Permalink
gitignore is mentioned in two places; closes #461
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Sep 1, 2024
1 parent 689ed83 commit 814f509
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/commits.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,3 +450,7 @@ their differences.
- In Git, commits form a so-called "graph". Branches are tags in Git function
like sticky notes that stick to specific commits. What this means for us is
that it does not cost any significant disk space to create new branches.
- Not all files should be added to Git. For example, temporary files or
files with sensitive information or files which are generated as part of
the build process should not be added to Git. For this we use
`.gitignore` (more about this later: {ref}`what-to-avoid`).
2 changes: 2 additions & 0 deletions content/what-to-avoid.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
(what-to-avoid)=

# What to avoid


Expand Down

0 comments on commit 814f509

Please sign in to comment.