summaryrefslogtreecommitdiff
path: root/Git ignore.md
diff options
context:
space:
mode:
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