roleplay/.gitignore

37 lines
399 B
Plaintext

2024-10-07 21:14:29 -06:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
2024-08-09 10:31:09 -06:00
2024-10-07 21:14:29 -06:00
# Test binary, built with `go test -c`
*.test
2024-08-09 10:31:09 -06:00
2024-10-07 21:14:29 -06:00
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2024-08-09 10:31:09 -06:00
2024-10-07 21:14:29 -06:00
# Dependency directories (remove the comment below to include it)
# vendor/
2024-08-09 10:31:09 -06:00
2024-10-07 21:14:29 -06:00
# Go workspace file
go.work
go.work.sum
2024-08-09 10:31:09 -06:00
2024-10-07 21:14:29 -06:00
# env file
.env
2024-10-09 10:55:13 -06:00
compile_commands.json
*.dSYM
roleplay
.cache
*.o
*.spv
.DS_Store