Создание rbac
This commit is contained in:
parent
8223d7d0e9
commit
40a7851e45
35
.gitignore
vendored
35
.gitignore
vendored
@ -1,17 +1,28 @@
|
|||||||
# ---> Actionscript
|
.vscode/*
|
||||||
# Build and Release Folders
|
!.vscode/settings.json
|
||||||
bin/
|
!.vscode/tasks.json
|
||||||
bin-debug/
|
!.vscode/launch.json
|
||||||
bin-release/
|
!.vscode/extensions.json
|
||||||
|
!.vscode/*.code-snippets
|
||||||
|
|
||||||
# Other files and folders
|
# Local History for Visual Studio Code
|
||||||
.settings/
|
.history/
|
||||||
|
|
||||||
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
|
# Built Visual Studio Code Extensions
|
||||||
# should NOT be excluded as they contain compiler settings and other important
|
*.vsix
|
||||||
# information for Eclipse / Flash Builder.
|
|
||||||
|
|
||||||
# ---> VisualStudioCode
|
# Binaries for programs and plugins
|
||||||
.settings
|
*.exe
|
||||||
|
*.exe~
|
||||||
|
*.dll
|
||||||
|
*.so
|
||||||
|
*.dylib
|
||||||
|
|
||||||
|
# Test binary, built with `go test -c`
|
||||||
|
*.test
|
||||||
|
|
||||||
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||||
|
*.out
|
||||||
|
|
||||||
|
# Dependency directories (remove the comment below to include it)
|
||||||
|
# vendor/
|
Loading…
Reference in New Issue
Block a user