diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-03-27 14:23:24 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-03-27 14:23:24 +0100 |
| commit | 8f0a5293bdc55471d6dc321779c11c9b53d3a496 (patch) | |
| tree | f0c51327e4eaa02b1c1f99caf3b0d3dfb838a12e | |
| parent | bab781d7d8330751618a49dcf8bda14a0a6d6ba9 (diff) | |
Add gitignore config files (including global)
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | .gitignore_global | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..55acb54 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +Brewfile.lock.json diff --git a/.gitignore_global b/.gitignore_global new file mode 100644 index 0000000..2742ae8 --- /dev/null +++ b/.gitignore_global @@ -0,0 +1,3 @@ +*~ +.DS_Store +*.sw* |
