diff options
| author | Benjamin Culkin <scorpress@gmail.com> | 2024-05-21 17:04:00 -0400 |
|---|---|---|
| committer | Benjamin Culkin <scorpress@gmail.com> | 2024-05-21 17:04:00 -0400 |
| commit | b0af441cfd1b162dd74254c6fc14312aa0a60845 (patch) | |
| tree | c7051d3151440d2155aaf1f9877c8d8b3afc42a9 | |
| parent | a6e4cbb93c629905489de971e84e4914d5a25e2c (diff) | |
Tweak gitignore
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | wotonomy-test/.gitignore | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2c430c3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.svn +.DS_Store diff --git a/wotonomy-test/.gitignore b/wotonomy-test/.gitignore new file mode 100644 index 0000000..0b5a49d --- /dev/null +++ b/wotonomy-test/.gitignore @@ -0,0 +1,2 @@ +.DS_Store +target |
