Skip to content

Commit 2523c11

Browse files
committed
refactor(backend)!: initial stages of backend rewrite to dotnet
1 parent 9641125 commit 2523c11

File tree

705 files changed

+8611
-18965
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

705 files changed

+8611
-18965
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ engine-strict=false
22
auto-install-peers=true
33
enable-pre-post-scripts=true
44
strict-peer-dependencies=false
5+
package-manager-strict=false
File renamed without changes.

backend/.dockerignore

Lines changed: 7 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,9 @@
1-
# https://github.com/smartiniOnGitHub/fastify-example/blob/master/.dockerignore
2-
.DS_Store
1+
**/bin/
2+
**/obj/
3+
**/*.user
4+
**/**/bin
5+
**/**/obj
36

4-
.git
5-
.gitignore
67

7-
.settings
8-
.classpath
9-
.project
10-
.cache*
11-
.metadata
12-
.worksheet
13-
RemoteSystemsTempFiles/
14-
Servers/
15-
16-
.gradle
17-
bin/
18-
19-
*.log
20-
*.log*
21-
*~*
22-
*.bak
23-
*.tmp
24-
*.temp
25-
Thumbs.db
26-
27-
dev.db
28-
29-
PostgresData
30-
dockerApp
31-
DockerRedisCache
32-
backupPostgres
33-
.nyc_output
34-
/cypress
35-
36-
_old
37-
# /*.min.js*
38-
39-
/.vscode
40-
# AYE AYE WE NEED THAT MY MAN
41-
# /*.test.js*
42-
# /*.test.ts*
43-
tmp/
44-
temp/
45-
/target/
46-
/target-eclipse/
47-
48-
local.properties
49-
50-
# *.class
51-
52-
# node_modules
53-
54-
npm-debug.log*
55-
yarn-debug.log*
56-
yarn-error.log*
57-
58-
.nyc_output
59-
/coverage
60-
61-
.dockerignore
62-
Dockerfile
63-
Dockerfile*.*
64-
Jenkinsfile
65-
Jenkinsfile*.*
66-
/jenkins
8+
db
9+
test

0 commit comments

Comments
 (0)