Skip to content

Commit

Permalink
Merge pull request #10 from Saritasa/feature/UTD-354-add-keystore-folder
Browse files Browse the repository at this point in the history
Feature/utd 354 add keystore folder
  • Loading branch information
Kodi-di committed Aug 8, 2023
2 parents a049ce7 + 89d28c0 commit c8a3b58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
7 changes: 3 additions & 4 deletions {{cookiecutter.project_name}}/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@ Thumbs.db
!src/*/Assets/UserWorkspace
src/*/Assets/UserWorkspace/*
!src/*/Assets/UserWorkspace/.gitkeep

!src/*/Assets/UserWorkspace/Keystore
src/*/Assets/UserWorkspace/Keystore/*
!src/*/Assets/UserWorkspace/Keystore/.gitkeep
!src/*/Assets/UserWorkspace/Keystores
src/*/Assets/UserWorkspace/Keystores/*
!src/*/Assets/UserWorkspace/Keystores/KeystoreLink.txt

# ================= #
# Exlude docs build #
Expand Down
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pathToGenerate=""
#Functions
generate_folders_structure()
{
mkdir -p "$pathToGenerate"/{Audio,Editor,Models,Plugins,Scenes,Scripts/API,Shaders,UI,UserWorkspace,Vendors,UserWorkspace/Keystore}
mkdir -p "$pathToGenerate"/{Audio,Editor,Models,Plugins,Scenes,Scripts/API,Shaders,UI,UserWorkspace,Vendors}

touch "$pathToGenerate"/Audio/.gitkeep
touch "$pathToGenerate"/Editor/.gitkeep
Expand All @@ -21,7 +21,6 @@ generate_folders_structure()
touch "$pathToGenerate"/UI/.gitkeep
touch "$pathToGenerate"/UserWorkspace/.gitkeep
touch "$pathToGenerate"/Vendors/.gitkeep
touch "$pathToGenerate"/UserWorkspace/Keystore/.gitkeep

echo "Generation succeeded"
}
Expand Down

0 comments on commit c8a3b58

Please sign in to comment.