feat gitignore
: exclude blueprint misc scripts folder from gitignore
This commit is contained in:
parent
79490ef74d
commit
5267393a61
1 changed files with 1 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -35,9 +35,8 @@ resources/lang/locales.js
|
||||||
result
|
result
|
||||||
docker-compose.yaml
|
docker-compose.yaml
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# BlueprintFramework
|
# BlueprintFramework
|
||||||
# Ignore Blueprint internal folder and extensions
|
# Ignore Blueprint internal folder and extensions
|
||||||
.blueprint/
|
.blueprint/
|
||||||
*.blueprint
|
*.blueprint
|
||||||
|
!scripts/commands/misc
|
Loading…
Reference in a new issue