summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMineralwaterXu <[email protected]>2021-03-01 20:34:28 +0800
committerMineralwaterXu <[email protected]>2021-03-01 20:34:28 +0800
commit3a36a1ce10f23f9669fbeb1aafe2f6fe39390c9b (patch)
tree72633da31f2e463d62d0f90eaf84d89a05e6cf30 /.gitignore
parent179efecb08c98d8138172d29680305fd2e539067 (diff)
add .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..446dea9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+# ignore everything
+/*
+/*/
+
+# ... but these:
+!*.md
+!.gitignore
+