Skip to content

Commit b09d6c9

Browse files
committed
feat: finished primary server features
1 parent ffc02b6 commit b09d6c9

30 files changed

+5377
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto eol=lf

.gitignore

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,39 @@ target
1919
# and can be added to the global gitignore or merged into this file. For a more nuclear
2020
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
2121
#.idea/
22+
23+
24+
# Added by cargo
25+
26+
/target
27+
28+
# Logs
29+
logs
30+
*.log
31+
npm-debug.log*
32+
yarn-debug.log*
33+
yarn-error.log*
34+
pnpm-debug.log*
35+
lerna-debug.log*
36+
37+
node_modules
38+
.DS_Store
39+
dist
40+
dist-ssr
41+
coverage
42+
*.local
43+
44+
/cypress/videos/
45+
/cypress/screenshots/
46+
47+
# Editor directories and files
48+
.vscode/*
49+
!.vscode/extensions.json
50+
.idea
51+
*.suo
52+
*.ntvs*
53+
*.njsproj
54+
*.sln
55+
*.sw?
56+
57+
*.tsbuildinfo

0 commit comments

Comments
 (0)