Skip to content

Commit 561dbf4

Browse files
committed
chore: Begin work on IPAM
1 parent e922c0d commit 561dbf4

31 files changed

+2132
-1607
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**/*.gen.ts

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,12 @@ temp/
139139

140140
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
141141

142-
dist
142+
dist
143+
communities.yml
144+
communities.yaml
145+
IPAM.yaml
146+
ipam.yaml
147+
IPAM.yml
148+
ipam.yml
149+
ip_assign.txt
150+
communities0copy.yml

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"typescript.tsdk": "node_modules/typescript/lib",
33
"yaml.schemas": {
4-
"/workspace/schemas/Community.json": ["communities.yml", "communities.yaml"]
4+
"/workspace/schemas/IPAM.json": ["ipam.yml", "ipam.yaml", "IPAM.yaml", "IPAM.yml"]
55
}
66
}

demo/.vscode/extensions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"recommendations": ["esbenp.prettier-vscode", "redhat.vscode-yaml"]
3+
}

demo/.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"yaml.schemas": {
3+
"https://raw.githubusercontent.com/KristianFJones/TS-AutoNetwork/master/schemas/Community.json": ["communities.yaml", "communities.yml"]
4+
}
5+
}

0 commit comments

Comments
 (0)