Skip to content

Commit c1fc3d8

Browse files
Merge pull request #60 from cisco-open/cleanup
Cleanup
2 parents 0b75b60 + 1eaad59 commit c1fc3d8

File tree

12 files changed

+14
-288
lines changed

12 files changed

+14
-288
lines changed

.circleci/config.yml

Lines changed: 0 additions & 197 deletions
This file was deleted.

.github/.editorconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[{*.yml,*.yaml}]
2+
indent_size = 2
File renamed without changes.
File renamed without changes.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/SUPPORT.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/dependabot.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: gomod
5+
directory: /
6+
schedule:
7+
interval: daily
8+
9+
- package-ecosystem: github-actions
10+
directory: /
11+
schedule:
12+
interval: daily

.github/mergeable.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/support_issue.png

-40.3 KB
Binary file not shown.

.gitignore

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
# IDE integration
2-
/.idea/*
3-
!/.idea/copyright/
4-
!/.idea/*.iml
5-
!/.idea/externalDependencies.xml
6-
!/.idea/go.imports.xml
7-
!/.idea/modules.xml
8-
!/.idea/runConfigurations/
9-
!/.idea/scopes/
101
/vendor/
112
/bin/
123
/.licensei.cache

0 commit comments

Comments
 (0)