Skip to content

Commit

Permalink
chore: setup release workflow and base structure
Browse files Browse the repository at this point in the history
* Create .gitkeep

* Create release.yml

* chore: add gitignore and fix workflow file location
  • Loading branch information
Guribo authored Apr 11, 2024
1 parent 7bf8d61 commit 823f589
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
File renamed without changes.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
!.git
!.github
!.gitignore
!LICENSE
!README.md
!Packages/
Packages/*
!Packages/tlp.udonprofiling/*
1 change: 1 addition & 0 deletions Packages/tlp.udonprofiling/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 823f589

Please sign in to comment.