summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMineralwater Xu <[email protected]>2022-04-24 15:02:52 +0800
committerMineralwater Xu <[email protected]>2022-04-24 15:02:52 +0800
commit25b49f16cb4b00aa0cc3f931a6ef5007e85e1855 (patch)
tree66534001868e4ee03af3ee067b61e916bcb63dbc /.gitignore
first commit
Signed-off-by: Mineralwater Xu <[email protected]>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..498f978
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+# ignore everything
+/*
+/*/
+
+# ... but these:
+!/.gitignore
+!/README.md \ No newline at end of file