summaryrefslogtreecommitdiff
path: root/Git ignore.md
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-05-06 17:51:09 +0200
committerJasper Ras <jras@hostnet.nl>2025-05-06 17:51:09 +0200
commitbb5c734d7445097e94c4a602f5ce066a836dbead (patch)
treef7c3a85f2d2d3af62561f1ef6c3cebe90e388b36 /Git ignore.md
parent50626752711b563185eda78ba25c145079111d14 (diff)
vault backup: 2025-05-06 17:51:09
Diffstat (limited to 'Git ignore.md')
-rw-r--r--Git ignore.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/Git ignore.md b/Git ignore.md
new file mode 100644
index 0000000..d86cc07
--- /dev/null
+++ b/Git ignore.md
@@ -0,0 +1,12 @@
+---
+tags:
+ - git
+---
+File statuses:
+- tracked: previously staged or committed
+- untracked: not staged or committed
+- ignored: explicit ignore
+
+Ignore files by adding them (or patterns) to `.gitignore` . Uses [[Globbing patterns]].
+
+[[Ignoring a file that is already committed]] \ No newline at end of file