Skip to content

Commit 7cb6c7c

Browse files
committed
Adding folder structure to new-project branch
1 parent f0900ba commit 7cb6c7c

3 files changed

Lines changed: 39 additions & 0 deletions

File tree

db/.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
*.xproj.user
2+
*.cproj.user
3+
.vs/*
4+
.vscode/*
5+
bin/*
6+
node_modules/*
7+
obj/*
8+
*.sln
9+
*.log
10+
Properties/PublishProfiles/*
11+
appsettings.development.json
12+
project.lock.json
13+
wwwroot/libs/*

src/.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
*.xproj.user
2+
*.cproj.user
3+
.vs/*
4+
.vscode/*
5+
bin/*
6+
node_modules/*
7+
obj/*
8+
*.sln
9+
*.log
10+
Properties/PublishProfiles/*
11+
appsettings.development.json
12+
project.lock.json
13+
wwwroot/libs/*

test/.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
*.xproj.user
2+
*.cproj.user
3+
.vs/*
4+
.vscode/*
5+
bin/*
6+
node_modules/*
7+
obj/*
8+
*.sln
9+
*.log
10+
Properties/PublishProfiles/*
11+
appsettings.development.json
12+
project.lock.json
13+
wwwroot/libs/*

0 commit comments

Comments
 (0)