mirror of
https://github.com/zrwusa/data-structure-typed.git
synced 2025-04-05 01:14:04 +00:00
.md modified
This commit is contained in:
parent
e486687430
commit
b029c2dd5a
18
.gitignore
vendored
18
.gitignore
vendored
|
@ -12,21 +12,3 @@ __tests__/
|
|||
|
||||
notes/
|
||||
docs/
|
||||
#.expo/*
|
||||
#web-build/
|
||||
#.idea/
|
||||
#.vscode/
|
||||
#note.txt
|
||||
#backup/
|
||||
#note.md
|
||||
#test.json
|
||||
#test.ts
|
||||
#test-b.json
|
||||
#test.html
|
||||
#.env
|
||||
#.expo-shared/
|
||||
#yarn-error.log
|
||||
#.next/
|
||||
#.vercel/
|
||||
#src/google/
|
||||
#src/firebase/migrations/raw-data/
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<excludeFolder url="file://$MODULE_DIR$/tmp" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/dist" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/notes" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/docs" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
|
|
4
.npmignore
Normal file
4
.npmignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
/.idea
|
||||
|
||||
/src
|
||||
/tests
|
30
README.md
30
README.md
|
@ -739,35 +739,35 @@ describe('DirectedGraph Test3', () => {
|
|||
|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
[//]: # ()
|
||||
[//]: # ()
|
||||
|
||||
[//]: # ()
|
||||
[//]: # ()
|
||||
|
||||
[//]: # ()
|
||||
[//]: # ()
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue