Skip to content

Commit 5a990c4

Browse files
committed
feat: basic folder structure
1 parent 33c8a38 commit 5a990c4

27 files changed

+1243
-6
lines changed

.gitignore

+2-6
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,6 @@ publish/
145145

146146
# NuGet Packages
147147
*.nupkg
148-
# The packages folder can be ignored because of Package Restore
149-
**/packages/*
150-
# except build/, which is used as an MSBuild target.
151-
!**/packages/build/
152-
# Uncomment if necessary however generally it will be regenerated when needed
153-
#!**/packages/repositories.config
154148

155149
# Microsoft Azure Build Output
156150
csx/
@@ -235,3 +229,5 @@ _Pvt_Extensions
235229

236230
# IDEA files
237231
.idea/
232+
233+
target

0 commit comments

Comments
 (0)