notion2ical/.gitignore

27 lines
304 B
Plaintext
Raw Normal View History

2022-08-13 07:39:14 +00:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
coverage.*
# Dependency directories (remove the comment below to include it)
# vendor/
# CI
build/
dist/
# Editors
*~
.vscode
2022-08-13 22:03:24 +00:00
# Local development
.env