diff options
| author | Jan Tuomi <jantuomi@Jans-MacBook-Pro.local> | 2022-08-08 07:46:32 +0300 |
|---|---|---|
| committer | Jan Tuomi <jantuomi@Jans-MacBook-Pro.local> | 2022-08-08 07:46:32 +0300 |
| commit | ba41bbbb09e0d1057179a0f221b8d297d37ecb79 (patch) | |
| tree | 3e2fa115dfe2f2ca8d254744fae5646f6a346ce9 /.gitignore | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2578b77 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# Import cache +.import/ + +# Binaries +bin/ +build/ +lib/ + +.DS_Store |
