fix(lib): rename .gitignore to .gitignore.tmpl in workspace template
Prevents git from ignoring template contents. ExtractWorkspace strips the .tmpl suffix during extraction. Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
6f5b239da6
commit
b9c30138fb
1 changed files with 4 additions and 0 deletions
4
pkg/lib/workspace/default/.gitignore.tmpl
Normal file
4
pkg/lib/workspace/default/.gitignore.tmpl
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
.idea/
|
||||
.vscode/
|
||||
*.log
|
||||
.core/workspace
|
||||
Loading…
Add table
Reference in a new issue