diff options
author | ThanosApollo <[email protected]> | 2022-09-12 22:31:41 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-09-12 22:31:41 +0300 |
commit | f204372d9cacd96d3125477e151c459715fb0f35 (patch) | |
tree | 97d5c246f04f23871e15eb05360b0afe4f7b361a | |
parent | 06ed0975595b87291cf3fb6ad377e5b2c8f14c7d (diff) |
Add gitignore
-rw-r--r-- | .gitignore | 10 |
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 |