policy/.gitignore

28 lines
489 B
Plaintext
Raw Permalink Normal View History

2022-07-30 11:59:18 +03:00
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
2022-07-30 11:52:27 +03:00
2022-07-30 11:59:18 +03:00
# Local History for Visual Studio Code
.history/
2022-07-30 11:52:27 +03:00
2022-07-30 11:59:18 +03:00
# Built Visual Studio Code Extensions
*.vsix
2022-07-30 11:52:27 +03:00
2022-07-30 11:59:18 +03:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
2022-07-30 11:52:27 +03:00
2022-07-30 11:59:18 +03:00
# Test binary, built with `go test -c`
*.test
2022-07-30 11:52:27 +03:00
2022-07-30 11:59:18 +03:00
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/