Files
goswi/.gitignore
2025-10-29 01:35:32 +00:00

63 lines
947 B
Plaintext

# Stupid macOS temporary files
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
Icon?
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Stuff from the Nova editor
.nova
node_modules
package.json
package-lock.json
.eslintrc.yml
.env
#- Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
goswi
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
testdata/
# Files that may have sensitive information and should be kept out of GitHub
config.ini
goswi.service
.goreleaser.yaml
# Dependency directories (remove the comment below to include it)
lib/
cache/