Skip to content

Commit 3bde54a

Browse files
committed
feat: removing folder that was not supposed to be commited
1 parent 9cdcd63 commit 3bde54a

File tree

2,355 files changed

+18
-352473
lines changed

Some content is hidden

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

2,355 files changed

+18
-352473
lines changed

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
*cweb.log
2+
*.tmp
3+
.venv
4+
.act
5+
6+
# outputs
7+
output.txt
8+
dist/
9+
10+
# build folders
11+
bin/
12+
ui/public/
13+
ui/build/
14+
ui/node_modules/
15+
116
# Removing Vendor
217
vendor/
318

@@ -16,6 +31,8 @@ vendor/
1631
# Output of the go coverage tool, specifically when used with LiteIDE
1732
*.out
1833
coverage.html
34+
coverage
35+
coverage.txt
1936

2037
# ignore keyfiles
2138
*.crt

.secrets.baseline

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,5 +501,5 @@
501501
}
502502
]
503503
},
504-
"generated_at": "2024-03-01T00:40:43Z"
504+
"generated_at": "2024-03-01T00:42:34Z"
505505
}

.venv/bin/Activate.ps1

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

.venv/bin/activate

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

.venv/bin/activate.csh

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

0 commit comments

Comments
 (0)