summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-09-12 22:31:41 +0300
committerThanosApollo <[email protected]>2022-09-12 22:31:41 +0300
commitf204372d9cacd96d3125477e151c459715fb0f35 (patch)
tree97d5c246f04f23871e15eb05360b0afe4f7b361a /.gitignore
parent06ed0975595b87291cf3fb6ad377e5b2c8f14c7d (diff)
Add gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..00c3924
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+# Ignore everything
+*
+
+#But this files
+!.gitignore
+!.doom.d/*
+!.config/
+!.zshrc
+!.zprofile
+!READMME.org