diff options
author | Rutger Broekhoff | 2024-11-13 20:47:40 +0100 |
---|---|---|
committer | Rutger Broekhoff | 2024-11-13 20:47:40 +0100 |
commit | 09af83576a877eda40512bfba30b47a1b13061fb (patch) | |
tree | 77bc4b77f7cfb170c6010e7f19ac41be6538a77b /.gitignore | |
download | icalproxy-09af83576a877eda40512bfba30b47a1b13061fb.tar.gz icalproxy-09af83576a877eda40512bfba30b47a1b13061fb.zip |
Initial (public) commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9cb80c8 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,5 @@ | |||
1 | .idea/ | ||
2 | .vscode/ | ||
3 | |||
4 | # go build | ||
5 | icalproxy | ||