diff options
| author | Sam Scholten | 2025-10-24 15:27:43 +1000 |
|---|---|---|
| committer | Sam Scholten | 2025-10-24 15:27:50 +1000 |
| commit | 37617899489b3f141752ca0666ce2e8a600db1ae (patch) | |
| tree | 669c5d17d2bcaec642f2786476924433c980cbfb /.gitignore | |
| download | usync-37617899489b3f141752ca0666ce2e8a600db1ae.tar.gz usync-37617899489b3f141752ca0666ce2e8a600db1ae.zip | |
v0.1.0 - Initial release
add logo
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f2aa348 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# Private configuration - don't commit +rclone.conf + +# Generated files - don't commit +.unison/ +*.log + +# macOS +.DS_Store + +# Windows +Thumbs.db + +# Temporary files +*.tmp +*.swp +*.swo + |
