Merge 2290be64db into 6126ede963
This commit is contained in:
commit
326afdfd76
1 changed files with 23 additions and 0 deletions
|
|
@ -8,3 +8,26 @@ config/
|
||||||
*.md
|
*.md
|
||||||
LICENSE
|
LICENSE
|
||||||
assets/
|
assets/
|
||||||
|
|
||||||
|
# IDE and editor files
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Test files
|
||||||
|
*_test.go
|
||||||
|
/testdata/
|
||||||
|
|
||||||
|
# CI/CD
|
||||||
|
.github/
|
||||||
|
.gitlab-ci.yml
|
||||||
|
|
||||||
|
# Documentation
|
||||||
|
docs/
|
||||||
|
|
||||||
|
# Node modules (for frontend)
|
||||||
|
node_modules/
|
||||||
|
web/frontend/node_modules/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue